Try OpenEdge Now
skip to main content
SQL Development
OpenEdge SQL Data Definition Language : Using Data Definition Language statements : Working with groups : DROP GROUP
 
DROP GROUP
The DROP GROUP statement deletes a group from a multi-tenant database. It deallocates the database resources in the group partition of the multi-tenant table for which the group is defined. All the tenants must be disassociated from the group before dropping it.
The DROP GROUP statement uses the following syntax:
Syntax
DROP GROUP group_name;
Example: DROP GROUP statement
The following example shows how to delete a group from a multi-tenant database:
DROP GROUP carz_group;