

 Amazon Redshift는 패치 198부터 새 Python UDF 생성을 더 이상 지원하지 않습니다. 기존 Python UDF는 2026년 6월 30일까지 계속 작동합니다. 자세한 내용은 [블로그 게시물](https://aws.amazon.com/blogs/big-data/amazon-redshift-python-user-defined-functions-will-reach-end-of-support-after-june-30-2026/)을 참조하세요.

# SVV\$1ROLES
<a name="r_SVV_ROLES"></a>

SVV\$1ROLES를 사용하여 역할 정보를 봅니다.

이 테이블은 모든 사용자에게 표시됩니다.

## 테이블 열
<a name="r_SVV_ROLES-table-columns"></a>

[\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ko_kr/redshift/latest/dg/r_SVV_ROLES.html)

## 샘플 쿼리
<a name="r_SVV_ROLES-sample-query"></a>

다음 예에서는 SVV\$1ROLES의 출력을 반환합니다.

```
SELECT role_name,role_owner FROM svv_roles WHERE role_name IN ('role1', 'role2');

 role_name | role_owner
-----------+------------
   role1   | superuser
   role2   | superuser
```