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 ;
展开
 我来答
柒1989
2013-07-24 · TA获得超过236个赞
知道小有建树答主
回答量:428
采纳率:100%
帮助的人:404万
展开全部
String sqlString = "delete from goodclassinfo where goodClassId =" + goodClassId ;
删除不用*,
count中间加字段 gooClassId比较好
李晓健
2013-07-24 · TA获得超过183个赞
知道小有建树答主
回答量:293
采纳率:0%
帮助的人:192万
展开全部
delete语句 没有* 直接 String sqlString = "delete from goodclassinfo where goodClassId =" + goodClassId ;
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
erliang20088
2013-07-24 · TA获得超过2496个赞
知道小有建树答主
回答量:926
采纳率:100%
帮助的人:956万
展开全部
提供个思路:
1、将你的程序中的sql先在控制台中打印出来,然后放到mysql的查询分析器中看下是报什么具体错误,能非常容易看到具体的错误,解决方法也就是多或少个字符的事情。
再试下看吧。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式