> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-8a08bda2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> 현재 사용자에게 활성화된 역할이 포함된 시스템 테이블입니다.

# system.current_roles

<div id="description">
  ## 설명
</div>

현재 사용자의 활성 역할이 이 테이블에 포함됩니다. `SET ROLE`은 이 테이블의 내용을 변경합니다.

<div id="columns">
  ## 컬럼
</div>

* `role_name` ([String](/ko/reference/data-types)) — 역할 이름입니다.
* `with_admin_option` ([UInt8](/ko/reference/data-types)) — 역할에 ADMIN OPTION 권한이 있으면 1입니다.
* `is_default` ([UInt8](/ko/reference/data-types)) — 역할이 기본으로 설정되어 있으면 1입니다.
