Prev | SQL Engine Reference | Next |
DROP GROUP
This statement drops one or more groups in a secured database.
Syntax
DROP GROUP group-name [ , group-name ]...Remarks
Separate multiple group names with a comma.
Examples
The following example drops the group pervasive.
DROP GROUP pervasiveThe following example uses a list to drop groups.
DROP GROUP pervasive_dev, pervasive_marketingSee Also
Prev DISTINCT |
Contents Up Check for Revisions | Next DROP INDEX |