码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2019-08-24 15:09:10      阅读:219      评论:0      收藏:0      [点我收藏+]

标签:col   ror   nbsp   error   原因   color   mysql   The   数据库   

报错信息如下:

[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是数据库的关键字,

牢记,如果一个词是数据库的关键字,那么在写数据库语句的时候,这个词一定是蓝色的(关键字颜色)!!

 

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

标签:col   ror   nbsp   error   原因   color   mysql   The   数据库   

原文地址:https://www.cnblogs.com/yang101/p/11404565.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!