這是一條簡單sql語句,向order表里插入數據。看到哪里錯了嗎?
INSERT INTO order VALUES ('1471', 'go-1471-1-3340');
執行的時候會報錯:
[Err] 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 'order VALUES ('1471', 'go-1471-1-3340') at line 1
問題和解決方法: