SQL - DROP USER

(Since v2.2)

Drops a user from the current database.

Note this is simply a wrapper around OUser table. Look up Security for more details.

Syntax

DROP USER <user-name>

Examples

Drop a user called 'Foo'

drop user Foo

References

To know more about other SQL commands look at SQL commands.