報錯信息如下:
[SQL]INSERT INTO read VALUES(123, 456) [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 'read VALUES(123, 456)' at line 1
原因,read是數據庫的關鍵字,
牢記,如果一個詞是數據庫的關鍵字,那么在寫數據庫語句的時候,這個詞一定是藍色的(關鍵字顏色)!!