PreviousSQL Engine Reference (v9 SP2 (9.5) revision 1) Next

DROP GROUP

Chapter contents

This statement removes one or more groups in a secured database.

Syntax

DROP GROUP group-name [ , group-name ]... 

Remarks

Only the Master user can perform this statement. Separate multiple group names with a comma. A group must be empty to be dropped.

Security must be turned on to perform this statement.

Examples

The following example drops the group pervasive.

DROP GROUP pervasive  

The following example uses a list to drop groups.

DROP GROUP pervasive_dev, pervasive_marketing  

See Also

ALTER GROUP

CREATE GROUP


Chapter contents
Book contents

Prev topic: DROP FUNCTION
Next topic: DROP INDEX