DROP USER

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';