DROP GROUP

Removes a database role.

Synopsis

DROP GROUP [IF EXISTS] <name> [, ...]

Description

DROP GROUP is an alias for DROP ROLE. See DROP ROLE for more information.

Compatibility

There is no DROP GROUP statement in the SQL standard.

See Also

DROP ROLE

Parent topic: SQL Command Reference

check-circle-line exclamation-circle-line close-line
Scroll to top icon