DROP USER

DROP USER Statement #

DROP USER [IF EXISTS] name

Drop the user identified by name if it exists.


drop user example;