追梦21
2017-01-01 17:41
在测试删除出现的问题 不知知道是什么情况 其他测试都没有问题
Exception in thread "main" 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 'where id=8' at line 1
检查你的数据库中的数据,ID=8是否存在
去检查有没有id=8的这条记录,可能是没有!
报的是SQL语句格式错误,你可以查一查你的删除语句看看哪里出问题了
JDBC之 “ 对岸的女孩看过来”
99324 学习 · 856 问题
相似问题