Re: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException
Posted by: Todd Farmer
Date: June 03, 2012 11:46PM

Remove the semi-colon at the end of the statement; it's the statement terminator for the command-line interface, but is not used (generally) with JDBC.

--
Todd Farmer
MySQL @ Oracle
http://www.oracle.com/mysql/

Options: ReplyQuote


Subject
Written By
Posted
Re: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException
June 03, 2012 11:46PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.