DROP USER
DROP USER
Removes a database role.
Synopsis
DROP USER [IF EXISTS] name [, ...]
Compatibility
There is no DROP USER statement in the SQL standard. The SQL standard leaves the definition of users to the implementation.
Removes a database role.
DROP USER [IF EXISTS] name [, ...]
There is no DROP USER statement in the SQL standard. The SQL standard leaves the definition of users to the implementation.