首页 > 数据库技术 > 详细

[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 ……

时间:2020-09-02 14:59:01      阅读:50      评论:0      收藏:0      [点我收藏+]

创建数据库的时候出现了一个问题:

[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 ‘group varchar(255)
)‘ at line 9

开始以为sql语句的字符打错了,检查后发现原来是有一个字段用的是“group”,与sql的关键词冲突了,所以才会报错。

[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 ……

原文:https://www.cnblogs.com/BigGame/p/13601249.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!