lidonghai11 commented on issue #7324:
URL: https://github.com/apache/shardingsphere/issues/7324#issuecomment-718390503


   > ```sql
   > mysql> sctl:explain select * from t_order;
   > +-----------------+-------------------------+
   > | datasource_name | sql                     |
   > +-----------------+-------------------------+
   > | ds_0            | select * from t_order_0 |
   > | ds_0            | select * from t_order_1 |
   > | ds_1            | select * from t_order_0 |
   > | ds_1            | select * from t_order_1 |
   > +-----------------+-------------------------+
   > 4 rows in set (0.07 sec)
   > ```
   
   
   **Thanks for adding this function, now we can see the instance where each 
sub-table is located**


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