SHOW USERS¶
The SHOW USERS
statement shows the user information.
Role requirement¶
Only the root
user who has the GOD
role can use the SHOW USERS
statement.
Syntax¶
SHOW USERS;
Example¶
nebula> SHOW USERS;
+---------+
| Account |
+---------+
| "root" |
| "user1" |
+---------+
Last update:
January 14, 2022