HomeSQL CommandsDDL CommandsUser & RoleDROP ROLE本页总览DROP ROLERemoves the specified role from the system. Syntax DROP ROLE [ IF EXISTS ] <role_name> Usage Notes If a role is a grant to users, Databend can't drop the grants from the role automatically. Examples DROP ROLE role1;