DROP SHARDING TABLE REFERENCE RULE

Description

The DROP SHARDING TABLE REFERENCE RULE syntax is used to drop specified sharding table reference rule.

Syntax

  1. DropShardingTableReferenceRule ::=
  2. 'DROP' 'SHARDING' 'TABLE' 'REFERENCE' 'RULE' ruleName (',' ruleName)*
  3. ruleName ::=
  4. identifier

Example

  • Drop a specified sharding table reference rule
  1. DROP SHARDING TABLE REFERENCE RULE ref_0;
  • Drop multiple sharding table reference rules
  1. DROP SHARDING TABLE REFERENCE RULE ref_0, ref_1;

Reserved word

DROP, SHARDING, TABLE, REFERENCE, RULE