I received #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 customer_id=1' at line 1
My query is:
INSERT INTO customers (mce) VALUES ('I like apples') WHERE customer_id=1
Any ideas?
My query is:
INSERT INTO customers (mce) VALUES ('I like apples') WHERE customer_id=1
Any ideas?
Comment