ERROR 1064 : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax***

MySQL学习笔记:MySQL: ERROR 1064(42000)

出现此错误的一般原因为数据库的表名或字段名出现了MySql的关键字。解决方法主要有两种。

一、修改表名

MySQL学习笔记:MySQL: ERROR 1064(42000)

二、加反引号

增加了一个group字段

MySQL学习笔记:MySQL: ERROR 1064(42000)

相关文章: