TherChenYang commented on PR #29230: URL: https://github.com/apache/shardingsphere/pull/29230#issuecomment-1853449392
@strongduanmu @BykaWF ` 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]` This problem is because # is set to comment in Comment.g4, but there are only two annotation rules An and B in the syntax of sqlServer, and there is no #, so this problem occurs. You can refer to this pr #29394 -- 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: notifications-unsubscr...@shardingsphere.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org