Menu

#7 Cannot parse simple sql statement

open
nobody
None
5
2012-12-07
2010-06-23
Anonymous
No

CCJSqlParserManager parserManager = new CCJSqlParserManager();
String strSql = "select 12";
Statement statement = parserManager.parse(new StringReader(strSql));

Try the code above, an error occured.

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.