VeloDB Cloud
SQL Manual
Statments
Data-Definition-Statements
Drop
DROP-MATERIALIZED-VIEW

DROP-POLICY

Name

DROP POLICY

Description

Drop policy for row

ROW POLICY

Syntax:

  1. Drop row policy
DROP ROW POLICY test_row_policy_1 on table1 [FOR user];

Example

  1. Drop the row policy for table1 named test_row_policy_1

    DROP ROW POLICY test_row_policy_1 on table1
  2. Drop the row policy for table1 using by user test

    DROP ROW POLICY test_row_policy_1 on table1 for test

Keywords

DROP, POLICY

Best Practice