SQL Reference Guide
>
SQL Reference Guide
>
SQL Statements
>
DROP GROUP
>
DROP GROUP Examples
Was this helpful?
DROP GROUP 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.
EXEC SQL DROP GROUP tel_sales, temp_clerk;
Last modified date: 08/29/2024
This site works best with JavaScript enabled