SHOW USERS

On this page Carat arrow pointing down
Warning:
CockroachDB v2.0 is no longer supported. For more details, see the Release Support Policy.

The SHOW USERS statement lists the users for all databases.

Synopsis

SHOW USERS

Required Privileges

The user must have the SELECT privilege on the system table.

Example

> SHOW USERS;
+------------+
|  username  |
+------------+
| jpointsman |
| maxroach   |
| root       |
+------------+

See Also


Yes No
On this page

Yes No