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
Related links
当前内容版权归 ShardingSphere 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 ShardingSphere .