DROP GROUP

Section: SQL Commands (7)
Updated: 2003-11-02
 

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(7)], CREATE GROUP [create_group(l)]


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS
EXAMPLES
COMPATIBILITY
SEE ALSO