PreviousSQL Engine Reference (9.1 revision 1) Next

DROP GROUP

Show this topic in Library frames

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 pervasive  

The following example uses a list to drop groups.

DROP GROUP pervasive_dev, pervasive_marketing  

See Also

CREATE GROUP


Chapter contents
Publication contents

Prev topic: DROP FUNCTION
Next topic: DROP INDEX