MySQL check the manual that corresponds to your MySQL server version for the right syntax

来源:互联网 发布:网络手游棋牌怎么推广 编辑:程序博客网 时间:2024/05/29 10:50

对于该错误,如果sql语法没问题,多半是由于使用了关键字作为字段名。

如use,limit等作为字段,都会出现该问题。

0 0