simpleSOA opened a new issue #11360:
URL: https://github.com/apache/shardingsphere/issues/11360
String q = "SELECT r.id FROM t_pd_tag_rule r LEFT JOIN t_au_user u ON u.id =
r.create_id WHERE r.name = ?";
SQLParserExecutor executor = new SQLParserExecutor("PostgreSQL");
executor.parse(q);
result:
line 1:55 no viable alternative at input
'SELECTr.idFROMt_pd_tag_rulerLEFTJOINt_au_useruON'
line 1:55 no viable alternative at input
'SELECTr.idFROMt_pd_tag_rulerLEFTJOINt_au_useruON'
Exception in thread "main"
org.apache.shardingsphere.sql.parser.exception.SQLParsingException: You have an
error in your SQL syntax
version:5.0.0-beta
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]