DROP USER

NOTE

Currently, dropping users using SQL commands is not supported.

Description

Deletes a specified user identity.

Syntax

DROP USER '<username>'

Paramter

username: the username you want to drop.

Examples

Drop user jack.

DROP USER 'jack';