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 2021/01/27 04:18:50 UTC

[GitHub] [shardingsphere] terrymanu commented on issue #9168: [RDL] Support create/alter multiple bindTable groups

terrymanu commented on issue #9168:
URL: https://github.com/apache/shardingsphere/issues/9168#issuecomment-768017388


   How about 
   
   ```sql
   CREATE SHARDING RULE (
   ...
   binding_table(t_order t_item)
   binding_table(t1  t2  t3)
   ) 
   
   ALTER SHARDING RULE (
   ...
   binding_table(t_order t_item)
   )
   ```


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