时间:2021-07-01 10:21:17 帮助过:3人阅读
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的关键字。解决方法主要有两种。
一、修改表名
二、加反引号
增加了一个group字段
MySQL学习笔记:MySQL: ERROR 1064(42000)
标签: