DROP GROUP¶
Valid in: SQL, ESQL, OpenAPI, ODBC, JDBC, .NET
The DROP GROUP statement removes the specified group identifiers from the installation. If any of the specified identifiers does not exist, Actian Data Platform returns an error but does not terminate the statement. Other valid existing group_ids in the statement are deleted.
A group identifier must be empty, that is, have no users in its user list, before it can be dropped. If an attempt is made to drop a group identifier that still has members in its user list, Actian Data Platform returns an error and does not delete the identifier. However, the statement is not terminated. Other group identifiers in the list, if they are empty, are deleted. (Use the ALTER GROUP statement to drop all the users from a group's user list.)
Any session using a group identifier when the identifier is dropped continues to run with the privileges defined for that group.
Syntax¶
The DROP GROUP statement has the following format:
DROP GROUP Examples¶
- Drop the group identifier, acct_clerk.
- In an application, drop the group identifiers, tel_sales and temp_clerk.