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: [email protected]
