嘿傢伙我有問題與MySQL。奇怪的MySQL問題
即時通訊使用此查詢時,它會引發錯誤。
update table set column1 = 'test' where column2 = 'xy' and column3 = 'xx'
的錯誤是:
#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 'column2 = 'xy' and column3 = 'xx'' at line 1
我到底做錯了什麼?
乾杯。
你得到什麼錯誤? – 2011-06-16 23:23:49
如果你說出它引發了什麼錯誤,它會很酷。想象一下來到一家汽車商店,並說:「大家好,我的車壞了,怎麼回事?」。 – 2011-06-16 23:24:09
#1064 - 您的SQL語法錯誤;檢查與您的MySQL服務器版本相對應的手冊,以便在第1行'column2 ='xy'和column3 ='xx''附近使用正確的語法^^這些僅僅是示例名稱 – king 2011-06-16 23:26:33