MySQL server version for the right syntax to use near ';) T' at line 7

来源:互联网 发布:arcgis api for js 编辑:程序博客网 时间:2024/06/05 16:22

因为不仔细导致出现两次这个异常问题了,特此记录下!!!

check the manual that corresponds to your MySQL server version for the right syntax to use near ‘;) T’ at line 7

2017-06-22 15:15:58 [ERROR][qtp1190820921-24][PageHelper]-[setPageParameter] Ignore this exceptioncom.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 ';) T' at line 7    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)    at java.lang.reflect.Constructor.newInstance(Constructor.java:423)    at com.mysql.jdbc.Util.handleNewInstance(Util.java:404)    at com.mysql.jdbc.Util.getInstance(Util.java:387)    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:939)    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3878)    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3814)    at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2478)    at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2625)    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2551)    at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1861)    at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1962)

多了一个分号。。。有时候能执行查询成功,有时候不能,我勒个去!

这里写图片描述

阅读全文
0 0