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/10/13 08:39:51 UTC

[GitHub] [shardingsphere] tristaZero commented on issue #7324: [New feature] How to use RDL to create Sharding databases and tables online?

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


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


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