Syntax
Parameters
| Parameter | Description |
|---|---|
<user_name> | The name of the user to delete. If the user name contains spaces or non-alphanumeric characters, it must be enclosed in single or double quotes. |
Reference and syntax for the DROP USER command.
DROP USER [ IF EXISTS ] <user_name> ;
| Parameter | Description |
|---|---|
<user_name> | The name of the user to delete. If the user name contains spaces or non-alphanumeric characters, it must be enclosed in single or double quotes. |
DROP USER alex;
Was this page helpful?