SHOW ROLES
Shows the list of roles on a SingleStoreDB cluster
Syntax
SHOW ROLES
Output
Column | Description |
---|---|
| Role name |
Example
SHOW ROLES; +- ------------+ | Roles | +- ------------+ | role_name_0 | | role_name_1 | | role_name_2 | | role_name_3 | +- ------------+ 4 rows in set (0.00 sec)
Related Topics