The DROP DEFAULT SINGLE TABLE RULE syntax is used to drop a default single table rule.
DropDefaultSingleTableRule ::=
'DROP' 'DEFAULT' 'SINGLE' 'TABLE' 'RULE' ifExists?
ifExists ::=
'IF' 'EXISTS'
DROP DEFAULT SINGLE TABLE RULE;
DROP, SHARDING, SINGLE, TABLE, RULE
