ThanoshanMV commented on a change in pull request #10558:
URL: https://github.com/apache/shardingsphere/pull/10558#discussion_r645950872



##########
File path: 
shardingsphere-sql-parser/shardingsphere-sql-parser-statement/src/main/java/org/apache/shardingsphere/sql/parser/sql/common/statement/dml/SelectStatement.java
##########
@@ -50,6 +51,8 @@
     
     private OrderBySegment orderBy;
     
+    private WithSegment withSegment;

Review comment:
       I found that `withClause` is available for [SQL 
Server](https://docs.microsoft.com/en-us/sql/t-sql/queries/with-common-table-expression-transact-sql?view=sql-server-ver15),
 [PostgreSQL](https://www.postgresql.org/docs/current/queries-with.html), and 
[MySQL](https://dev.mysql.com/doc/refman/8.0/en/with.html). So I put 
`WithSegment` in `SelectStatement`.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to