ThanoshanMV opened a new pull request #10558: URL: https://github.com/apache/shardingsphere/pull/10558
#10111 Hi @tristaZero, @wgy8283335. I've added SQL definition for [SELECT](https://docs.oracle.com/en/database/oracle/oracle-database/19/sqlrf/SELECT.html#GUID-CFA006CA-6FF1-4972-821E-6996142A51C6) statement's with clause. Please check it. I'll change them based on your feedback. Changes proposed in this pull request: - Added SQL definition for `SELECT` statement's with clause. - Added test cases for with clause. - I asserted subquery in the `WithClauseAssert`. - In the `SQLServerDMLStatementSQLVisitor`, I changed the `SubquerySegment`'s start and stop indices by getting from `cteClauses()`'s `subquery()`. -- 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]
