可能重複:
How to add a where clause in a MySQL Insert statement?SQL INSERT語句錯誤 - 錯誤的Where子句
我寫與WHERE子句SQL INSERT語句。
INSERT INTO House (ID ,ADDRESS) VALUES ('12','LONDON') WHERE OWNER='1';
的錯誤,我得到:
ERROR 1064 (42000): 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 OWNER='1'' at line 1
http://stackoverflow.com/questions/2349993/how-to-add-a-where-clause-in-a-mysql-insert-statement同樣的問題 – Jalpesh 2012-07-27 05:53:44