GNU/Linux |
CentOS 2.1AS(Slurm) |
|
![]() |
drop_group(l) |
![]() |
DROP GROUP − Removes a group
DROP GROUP name
INPUTS
name |
The name of an existing group. |
OUTPUTS
DROP GROUP
The message returned if the group is successfully deleted.
DROP GROUP removes the specified group from the database. The users in the group are not deleted.
Use CREATE GROUP [create_group(l)] to add new groups, and ALTER GROUP [alter_group(l)] to change a group’s membership.
To drop a group:
DROP GROUP staff;
SQL92
There is no DROP GROUP in SQL92.
![]() |
drop_group(l) | ![]() |