TherChenYang opened a new issue, #29823: URL: https://github.com/apache/shardingsphere/issues/29823
## Question In the process of writing SQL Server parsing work,the required parsing syntax is as follows <img width="705" alt="image" src="https://github.com/apache/shardingsphere/assets/124348939/90405f7d-23d3-4d04-8fcf-ab6764b09836"> Then I found that there is no corresponding intoSegment in org.apache.shardingsphere.sql.parser.sql.common.statement.dml.SelectStatement.Then I looked at the parsing of Mysql, and I found that mysql skipped this part of the parsing work,I wonder if this part of the content does not need to be analyzed?   -- 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]
