這讓我瘋狂。我試圖插入值下面的 「統計」 表:如何在WHERE子句中使用_date插入記錄?
_date spam1
-----------------
2011-06-13
使用
INSERT INTO stats (spam1) VALUES (7) WHERE `_date` = '2011-06-13'
的MySQL返回
#1064 - You have an error in your SQL syntax; check the manual that corresponds
to your MySQL server version for the right syntax to use
near 'WHERE `_date` = '2011-06-13'' at line 1
我不明白。刪除日期周圍的引號或_date附近的反引號也無濟於事。我究竟做錯了什麼?
[編輯] 謝謝 - 你都得到了給予好評:)是我的錯......我當然需要更新,而不是INSERT ...時間休息一下我猜:P