ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your

来源:互联网 发布:fw是什么软件 编辑:程序博客网 时间:2024/06/06 20:39

错误信息:

UPDATE Role SET Desc = '管理员' WHERE Id = 11;ERROR 1064 (42000): 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 'Desc = '管理员' at line 1

原因:
desc是排序关键词,要加引号或加反引号(`)
在建表的时候切记,不要用关键词做字段名

阅读全文
0 0
原创粉丝点击