DROP ENCRYPT RULE 语法用于删除加密规则
DROP ENCRYPT RULE
DropEncryptRule ::= 'DROP' 'ENCRYPT' 'RULE' tableName ( ',' tableName )* tableName ::= identifier
DROP ENCRYPT RULE t_encrypt, t_encrypt_2;
DROP, ENCRYPT, RULE
DROP
ENCRYPT
RULE