3. Statements : OpenROAD SQL Statements : Drop Group Statement : Examples—Drop Group Statement
 
Share this page                  
Examples—Drop Group Statement
The following are drop group statement examples:
1. Drop the group identifier, acct_clerk.
drop group acct_clerk;
2. In an application, drop the group identifiers, tel_sales and temp_clerk.
drop group tel_sales, temp_clerk;