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

MySQLSyntaxErrorException: 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 ...

时间:2017-03-30 00:31:03      阅读:295      评论:0      收藏:0      [点我收藏+]

标签:line   ati   技术分享   xxx   lan   tar   版本   target   应该   

下面是我update数据库时打印出来的异常:

### Error updating database.

Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException:

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 ‘in (
‘1‘
)‘ at line 1


错误分析:

MySQL语法错误,并且是在第一行的“ in (‘1‘)‘ ” 的附近检查。


查找错误:

技术分享

上面的SQL语句技术分享是错误的,这里不应该有“=”。


 

解决办法:

删除这个“=”号即可。

 

MySQLSyntaxErrorException: 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 ...

标签:line   ati   技术分享   xxx   lan   tar   版本   target   应该   

原文地址:http://www.cnblogs.com/BaiLaowu/p/6642277.html

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