Outdated Version

You are viewing an older version of this section. View current production version.

SHOW ROLES

Shows the list of roles on a MemSQL cluster

Syntax

SHOW ROLES

Output

Column Description
ROLES Role name

Example

memsql> SHOW ROLES;
+- ------------+
| Roles       |
+- ------------+
| role_name_0 |
| role_name_1 |
| role_name_2 |
| role_name_3 |
+- ------------+
4 rows in set (0.00 sec)

Related Topics