1
我一直被使用時,從datatbase返回空白數據:用Python MySQLdb的用戶輸入日期
id = str(raw_input("Enter Date to run such as YYYY-MM-DD: "))
cur.execute("SELECT * FROM appointment a where a.AptDateTime Like %s limit 0,100",id)
我認爲一個額外的反勾正與查詢發送,但不sure-
布拉德
它不應該是'任命爲了'? – jonrsharpe
不是。這是列別名。 – alkis
嘗試修剪您的輸入。如果這不起作用,請發佈您的輸入和您應該返回的記錄之一。 – alkis