Retro Eye care Haitian Deep Dark Default

DROP DEFAULT SINGLE TABLE RULE

Description

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

Syntax

DropDefaultSingleTableRule ::=
  'DROP' 'DEFAULT' 'SINGLE' 'TABLE' 'RULE' ifExists?

ifExists ::=
  'IF' 'EXISTS'

Example

drop a default single table rule

DROP DEFAULT SINGLE TABLE RULE;

Reserved word

DROP, SHARDING, SINGLE, TABLE, RULE