Greengage DBReferencesSQL commandsDROP USERDROP USER Contents Synopsis Description Compatibility See also Removes a database role. Synopsis DROP USER [IF EXISTS] <name> [, ...] Description DROP USER is an alias for DROP ROLE. Compatibility There is no DROP USER statement in the SQL standard. The SQL standard leaves the definition of users to the implementation. See also DROP ROLE CREATE USER PreviousDROP TYPENextDROP USER MAPPING