system.role_grants
Contains the role grants for users and roles. To add entries to this table, use GRANT role TO user.
Columns:
- 
granted_role_name(String) — Name of role granted to therole_namerole. To grant one role to another one useGRANT role1 TO role2.
- 
granted_role_is_default(UInt8) — Flag that shows whethergranted_roleis a default role. Possible values:- 1 — granted_roleis a default role.
- 0 — granted_roleis not a default role.
 
- 1 — 
- 
with_admin_option(UInt8) — Flag that shows whethergranted_roleis a role with ADMIN OPTION privilege. Possible values:- 1 — The role has ADMIN OPTIONprivilege.
- 0 — The role without ADMIN OPTIONprivilege.
 
- 1 — The role has