码迷,mamicode.com
首页 > 数据库 > 详细

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 'where id = 2' at line 8

时间:2019-06-28 10:32:20      阅读:136      评论:0      收藏:0      [点我收藏+]

标签:逗号   nta   服务器   php   use   dao   l数据库   erro   where   

字典管理修改接口测试传了id后出现: 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 ‘where id = 2‘ at line 8

百度翻译:您的SQL语法有错误;请查阅与您的MySQL服务器版本相对应的手册,以获得在第8行“where id=2”附近使用的正确语法。

百度解决方案:查看其中一条博客说是这个错误是本质是mysql数据库报的错,所以你java也好,php也好报错都是mysql反溃给控制台的。所以去dao.xml中查看sql语句语法.

果然多了个逗号

尝试解决第一次:去掉逗号并重启

然后就不报刚才那个错误了,换了一个..

 

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 'where id = 2' at line 8

标签:逗号   nta   服务器   php   use   dao   l数据库   erro   where   

原文地址:https://www.cnblogs.com/LearnSB/p/11101229.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!