com.mysql.jdbc.exceptions.MySQLSyntaxErrorException:
问题描述:com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException:YouhaveanerrorinyourSQ...
问题描述:
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 '* from goodclassinfo where goodClassId =0' at line 1
----------------------------------------------------------------------------------------------------------------------------
at java.lang.Thread.run(Thread.java:662)
我的sql代码是:String sqlString = "delete * from goodclassinfo where goodClassId =" + goodClassId ;
String sqlString = "select count(*) from goodinfo where goodClassId=" + goodClassId ; 展开
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 '* from goodclassinfo where goodClassId =0' at line 1
----------------------------------------------------------------------------------------------------------------------------
at java.lang.Thread.run(Thread.java:662)
我的sql代码是:String sqlString = "delete * from goodclassinfo where goodClassId =" + goodClassId ;
String sqlString = "select count(*) from goodinfo where goodClassId=" + goodClassId ; 展开
3个回答
展开全部
delete语句 没有* 直接 String sqlString = "delete from goodclassinfo where goodClassId =" + goodClassId ;
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
提供个思路:
1、将你的程序中的sql先在控制台中打印出来,然后放到mysql的查询分析器中看下是报什么具体错误,能非常容易看到具体的错误,解决方法也就是多或少个字符的事情。
再试下看吧。
1、将你的程序中的sql先在控制台中打印出来,然后放到mysql的查询分析器中看下是报什么具体错误,能非常容易看到具体的错误,解决方法也就是多或少个字符的事情。
再试下看吧。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询