duerwuyi commented on issue #34685:
URL: 
https://github.com/apache/shardingsphere/issues/34685#issuecomment-2667973946

   the bug also exists in MySQL. Follow the document to create 4 shards of a 
table.
   
   
https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/distsql/usage/sharding-rule/
   
   ```sql
   mysql> SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = 
DATABASE();
   +------------+
   | TABLE_NAME |
   +------------+
   | t_order_0  |
   | t_order_2  |
   +------------+
   2 rows in set (0.02 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to