You can see sql here 我在網站上有一個表單,當我以這種格式添加價格 - >「199.99」時,它在SQL上保存「1999.00」。和「19.99」格式相同的問題。 表格類型是「十進制」和「10.2」。我如何保存價格格式「19.99」。 輸入: <input name="price" type="text" id="price" class="form-control" plac
如何將query1的結果分配給query2? (結果有小數點)謝謝: QUERY1: select count(*) as aa
from registered_devices
where status = 1;
QUERY2: select sum(last_count) as current_daily
from statistics
where to_cha
嗨我無法獲得數字用戶輸入並將變量格式化爲像這樣的小數。 usrIn = Decimal input('How much money do you have in your account? ')
print (usrIn)
或 usrIn = input('How much money do you have in your account? ')
usrIn = Decimal('{0: