DROP GROUPSection: SQL Commands (7)Updated: 2003-11-02 |
DROP GROUPSection: SQL Commands (7)Updated: 2003-11-02 |
DROP GROUP name
DROP GROUP removes the specified group. The users in the group are not deleted.
To drop a group:
DROP GROUP staff;
There is no DROP GROUP statement in the SQL standard.