Icon DROP USER

Drops an existing user.

Syntax
DROP USER <Name>

Usage
Use this statement to drop a user.

Examples
-- The following statement drops the "Joe Smith" user.

DROP USER "Joe Smith"

Required Privileges
The current user must be granted the system-defined Administrators role in order to execute this statement. Please see the User Security topic for more information.

SQL 2003 Standard Deviations
This statement deviates from the SQL 2003 standard in the following ways:

DeviationDetails
ExtensionThis SQL statement is an ElevateDB extension
Image