wgy8283335 commented on a change in pull request #9572:
URL: https://github.com/apache/shardingsphere/pull/9572#discussion_r589120921
##########
File path:
shardingsphere-sql-parser/shardingsphere-sql-parser-test/src/main/resources/sql/supported/dml/select-sub-query.xml
##########
@@ -18,7 +18,7 @@
<sql-cases>
<sql-case id="select_sub_query_with_project" value="SELECT order_id,
(select 1) as num FROM t_order" />
- <sql-case id="select_sub_query_with_table" value="SELECT t.* FROM (SELECT
* FROM t_order WHERE order_id IN (?, ?)) t" />
+ <sql-case id="select_sub_query_with_table" value="SELECT a.* FROM (SELECT
* FROM t_order WHERE order_id IN (?, ?)) a" />
Review comment:
No, it isn't.
----------------------------------------------------------------
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]