DROP MASK RULE
Description
The DROP MASK RULE
syntax is used to drop existing mask rule.
Syntax
Grammar Railroad diagram
DropEncryptRule ::=
'DROP' 'MASK' 'RULE' ifExists? maskRuleName (',' maskRuleName)*
ifExists ::=
'IF' 'EXISTS'
maskRuleName ::=
identifier
Supplement
ifExists
clause used for avoidMask rule not exists
error.
Example
- Drop mask rule
DROP MASK RULE t_mask, t_mask_1;
- Drop mask rule with
ifExists
clause
DROP MASK RULE IF EXISTS t_mask, t_mask_1;
Reserved words
DROP
, MASK
, RULE
Related links
当前内容版权归 ShardingSphere 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 ShardingSphere .