Files
doris/docs/documentation/en/sql-reference/sql-statements/Account Management/SHOW ROLES_EN.md

1021 B

SHOW ROLES

Description

This statement is used to display all created role information, including the role name, the user included, and the permissions.

Grammar: SHOW ROLES;

example

  1. View the created roles:

SHOW ROLES;

keyword

SHOW,ROLES