Updated on 2023-10-23 GMT+08:00

DROP GROUP

Function

DROP GROUP deletes a user group. DROP GROUP is an alias for DROP ROLE.

Precautions

DROP GROUP is available only to users with the CREATE ROLE permission granted by the administrator.

Syntax

1
DROP GROUP [ IF EXISTS ] group_name [, ...];

Parameter Description

See Parameter Description in DROP ROLE.