插入数据库失败([Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version)

Given the information as follows:

[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

The reason, read the keyword database,

Keep in mind that if a word is a keyword database, then the database at the time of writing the statement, the word must be blue (keyword color)! !

 

Guess you like

Origin www.cnblogs.com/yang101/p/11404565.html