DROP USER

Description

Removes the specified user from the system.

Syntax

  1. > DROP USER [IF EXISTS] user [, user] ...

Examples

  1. > drop user if exists userx;
  2. Query OK, 0 rows affected (0.02 sec)

Note

If the user is in a session, when the user is removed, the session is disconnected and MatrixOne can no longer be connected.