Skip to main content
The DROP POLICY statement removes an existing policy from a table.

Syntax

Parameters

ParameterDescription
policy_nameUnique identifier for the policy on the table.
table_nameThe table to which the policy applies.
IF EXISTSSuppresses an error if the policy doesn’t exist.
CASCADE, RESTRICTStandard dependency handling (not relevant for policies themselves).

Examples

Drop a policy

To drop an existing policy, issue the following statement:

See also