> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-fbfa8bee.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](/ja/reference/data-types/index)) — ロール名。
* `with_admin_option` ([UInt8](/ja/reference/data-types/index)) — ロールにADMIN OPTION権限がある場合は1。
* `is_default` ([UInt8](/ja/reference/data-types/index)) — ロールがデフォルトに設定されている場合は1。
