Skip to main content
Version: Preview-4.1

DROP ROLE

DROP ROLE drops a role. If a role has been granted to a user, the user will lose the privileges associated with this role after the role is dropped.

tip

Syntax

DROP ROLE <role_name>

Examples

Drop a role.

DROP ROLE role1;