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)

相关文章:

  • 2021-09-29
  • 2021-11-17
  • 2022-12-23
  • 2021-11-17
  • 2021-09-16
  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
猜你喜欢
  • 2021-11-17
  • 2021-06-13
  • 2022-12-23
  • 2021-11-17
  • 2021-06-16
  • 2022-03-05
  • 2021-11-17
相关资源
相似解决方案