 |
Index for Section GROUP |
|
 |
Alphabetical listing for D |
|
 |
Bottom of page |
|
DROP
NAME
DROP GROUP - remove a user group
SYNOPSIS
DROP GROUP name
DESCRIPTION
DROP GROUP removes the specified group. The users in the group are not
deleted.
PARAMETERS
name The name of an existing group.
EXAMPLES
To drop a group:
DROP GROUP staff;
COMPATIBILITY
There is no DROP GROUP statement in the SQL standard.
SEE ALSO
ALTER GROUP [alter_group(5)], CREATE GROUP [create_group(l)]
 |
Index for Section GROUP |
|
 |
Alphabetical listing for D |
|
 |
Top of page |
|