You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/06/10 06:41:59 UTC

[GitHub] [shardingsphere] strongduanmu commented on issue #10092: Subquery does not support as

strongduanmu commented on issue #10092:
URL: https://github.com/apache/shardingsphere/issues/10092#issuecomment-858355923


   @xianshun163 This exception is fixed by #10582. The following is the result of the latest code execution.
   
   ```
   mysql> select o.id from ( select order_id as id from t_order ) o;
   +-----+
   | id  |
   +-----+
   |   2 |
   |   4 |
   |   6 |
   |   8 |
   |  59 |
   | 100 |
   |   1 |
   |   3 |
   |   5 |
   |   7 |
   |  11 |
   +-----+
   11 rows in set (1.01 sec)
   ```


-- 
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:
users@infra.apache.org