DROP POLICY
Synopsis
DROP POLICY [ IF EXISTS ]
name
ON
table_name
[ CASCADE | RESTRICT ]Description
Parameters
Examples
Compatibility
See Also
Was this helpful?
DROP POLICY [ IF EXISTS ]
name
ON
table_name
[ CASCADE | RESTRICT ]Was this helpful?
Was this helpful?
DROP POLICY p1 ON my_table;