错误信息:check the manual that corresponds to your MySQL server version for the right syntax to use near
解决方法有两个:
1.在数据库表冲突字段前后加 `符号(Tab键上面那个键),就不会再报语法错误了;
2.修改数据库表中冲突字段名称,修改为和 SQL语句关键字不冲突的其他名称。
3.navicat不可以,命令行可以。
check the manual that corresponds to your MySQL server version for the right syntax to use near
4.关键字写错了,或丢失关键字。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)