4. SQL Statements : DROP USER
 
Share this page                  
DROP USER
Valid in: SQL, ESQL, OpenAPI, ODBC, JDBC, .NET
The DROP USER statement deletes an existing user.
Users that own databases cannot be dropped. If a user that owns database objects is dropped, the objects are not dropped.
This statement has the following format:
DROP USER user_name;