System Reference Summary : Statements : OpenROAD SQL Statements : Drop Rule Statement
 
Share this page          
Drop Rule Statement
The drop rule statement removes the specified rule from the database. (A rule is dropped automatically if the table on which the rule is defined is dropped.)
This statement has the following syntax:
drop rule [schema.]rulename;