DROP ENCRYPT RULE

Description

The DROP ENCRYPT RULE syntax is used to drop an existing encryption rule.

Syntax

  1. DropEncryptRule ::=
  2. 'DROP' 'ENCRYPT' 'RULE' tableName ( ',' tableName )*
  3. tableName ::=
  4. identifier

Example

  • Drop an encrypt rule
  1. DROP ENCRYPT RULE t_encrypt, t_encrypt_2;

Reserved words

DROP, ENCRYPT, RULE