menghaoranss commented on issue #9964:
URL: https://github.com/apache/shardingsphere/issues/9964#issuecomment-825596911


   In order to make the configuration of RDL and YAML consistent,the rule name 
of bindig table rules should be removed: 
   ```
   CREATE SHARDING BINDING TABLE RULES (
   (t_order,t_order_item),
   (t_1,t_2)
   )
   
   
   ALTER SHARDING BINDING TABLE RULES (
   (t_order,t_order_item,t_3)
   )
   ```


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