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 2020/07/29 07:33:39 UTC

[GitHub] [shardingsphere] kimmking commented on issue #6482: Unsupported SQL of sctl:explain

kimmking commented on issue #6482:
URL: https://github.com/apache/shardingsphere/issues/6482#issuecomment-665451396


   ```
   mysql> sctl:explain select * from test;
   +-----------------+----------------------+
   | datasource_name | sql                  |
   +-----------------+----------------------+
   | test            | select * from test00 |
   | test            | select * from test01 |
   | test            | select * from test02 |
   | test            | select * from test03 |
   +-----------------+----------------------+
   4 rows in set (0.01 sec)
   
   mysql> sctl:explain select 1;
   +-----------------+----------+
   | datasource_name | sql      |
   +-----------------+----------+
   | test            | select 1 |
   +-----------------+----------+
   1 row in set (0.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