DROP USER
DROP USER
— remove a database user
Description
Use the DROP USER
statement to remove a user from the database.
If you use DROP USER
to drop a user created with CREATE USER username EXTERNAL
, the user will be dropped as an active NuoDB database user, but this will have no effect on the user’s entry in the external LDAP server.