x1ng-z commented on issue #37797:
URL: 
https://github.com/apache/shardingsphere/issues/37797#issuecomment-3782565704

   I think if the code changes from
   selectClause
       : selectWithClause? SELECT duplicateSpecification? projections 
intoClause? onFileGroupClause? (fromClause withTempTable? withTableHint?)? 
whereClause? groupByClause? havingClause? orderByClause? forClause? optionHint? 
windowClause?
       ;
   to
   selectClause
       : selectWithClause? SELECT duplicateSpecification? projections 
intoClause? onFileGroupClause? (fromClause withTempTable?)? whereClause? 
groupByClause? havingClause? orderByClause? forClause? optionHint? windowClause?
       ;
   
   it's going to work well


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