VanPersies opened a new issue #9546:
URL: https://github.com/apache/shardingsphere/issues/9546


   shardingsphere-jdbc-core: 5.0.0-alpha
   
   If the SQL contains field which named 'row', will throw the exception below:
   
   Caused by: org.antlr.v4.runtime.NoViableAltException
        at 
org.antlr.v4.runtime.atn.ParserATNSimulator.noViableAlt(ParserATNSimulator.java:2026)
        at 
org.antlr.v4.runtime.atn.ParserATNSimulator.execATN(ParserATNSimulator.java:467)
        at 
org.antlr.v4.runtime.atn.ParserATNSimulator.adaptivePredict(ParserATNSimulator.java:393)
        at 
org.apache.shardingsphere.sql.parser.autogen.MySQLStatementParser.select(MySQLStatementParser.java:3594)
        ... 143 more
   
   Is there any other keywords will cause this problem?
   How could I avoid this probelm?
   Why did this problem happen?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to