DROP DEFAULT SINGLE TABLE RULE

Description

The DROP DEFAULT SINGLE TABLE RULE syntax is used to drop a default single table rule.

Syntax

  1. DropDefaultSingleTableRule ::=
  2. 'DROP' 'DEFAULT' 'SINGLE' 'TABLE' 'RULE' ifExists?
  3. ifExists ::=
  4. 'IF' 'EXISTS'

Example

drop a default single table rule

  1. DROP DEFAULT SINGLE TABLE RULE;

Reserved word

DROP, SHARDING, SINGLE, TABLE, RULE