Retro Eye care Haitian Deep Dark Default

DROP SHARDING TABLE REFERENCE RULE

Description

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

Syntax

DropShardingTableReferenceRule ::=
  'DROP' 'SHARDING' 'TABLE' 'REFERENCE' 'RULE'  ruleName (',' ruleName)*

ruleName ::=
  identifier

Example

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

Reserved word

DROP, SHARDING, TABLE, REFERENCE, RULE