mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
13 lines
574 B
Markdown
13 lines
574 B
Markdown
---
|
|
slug: /en/operations/system-tables/current-roles
|
|
---
|
|
# current_roles
|
|
|
|
Contains active roles of a current user. `SET ROLE` changes the contents of this table.
|
|
|
|
Columns:
|
|
|
|
- `role_name` ([String](../../sql-reference/data-types/string.md))) — Role name.
|
|
- `with_admin_option` ([UInt8](../../sql-reference/data-types/int-uint.md#uint-ranges)) — Flag that shows whether `current_role` is a role with `ADMIN OPTION` privilege.
|
|
- `is_default` ([UInt8](../../sql-reference/data-types/int-uint.md#uint-ranges)) — Flag that shows whether `current_role` is a default role.
|