strongduanmu commented on code in PR #25375:
URL: https://github.com/apache/shardingsphere/pull/25375#discussion_r1179845559


##########
sql-parser/dialect/mysql/src/main/java/org/apache/shardingsphere/sql/parser/mysql/visitor/statement/MySQLStatementVisitor.java:
##########
@@ -1611,6 +1611,11 @@ private ASTNode createProjection(final ProjectionContext 
ctx, final AliasSegment
             result.setAlias(alias);
             return result;
         }
+        if (projection instanceof BetweenExpression) {

Review Comment:
   Hi @iamhucong, can you add sql parser test case?



-- 
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]

Reply via email to