TherChenYang commented on PR #29230: URL: https://github.com/apache/shardingsphere/pull/29230#issuecomment-1853360923
> I've encountered an issue during testing where I consistently receive the following error: > > ``` > org.apache.shardingsphere.sql.parser.exception.SQLParsingException: You have an error in your SQL syntax: SELECT Test1Col = x FROM #t, no viable alternative at input '<EOF>' at line 1, position 27, near [@6,27:26='<EOF>',<-1>,1:27] > ``` > > Could someone provide a hint or suggestions on what might be causing this issue? I think parser doesn't get it what is `'#'`, but I have tried add '#' to IDENTIFIER_ to tableName. I ran into the same problem that this sql can be parsed in the antlr plugin but will get an error when parsed using a Parser   -- 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]
