반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- google apps script
- gas
- GIT
- Excel
- Tkinter
- PANDAS
- Redshift
- Github
- Java
- string
- Google Spreadsheet
- Kotlin
- 파이썬
- numpy
- SQL
- math
- Mac
- Python
- array
- django
- Google Excel
- matplotlib
- PySpark
- c#
- dataframe
- hive
- PostgreSQL
- Apache
- list
Archives
- Today
- Total
달나라 노트
Redshift : current_database (현재 database 이름 출력) 본문
728x90
반응형
Redshift에서 현재 사용중인 database의 이름을 알고 싶으면 current_datebase를 이용하면 됩니다.
select current_database()
;
-- Result
sandbox
728x90
반응형
'SQL > Redshift' 카테고리의 다른 글
Redshift : revoke (table 권한 제거, revoke permission) (0) | 2024.05.23 |
---|---|
Redshift : REGEXP_SUBSTR() (정규표현식 추출, 패턴 문자 추출, Regular Expression Substring) (0) | 2024.05.02 |
Redshift : current_user (현재 사용중인 user id 출력) (0) | 2024.04.04 |
Redshift : svv_all_schemas (Database에 있는 schema 종류 보기) (0) | 2024.04.01 |
Redshift : to_timestamp() (timestamp로 변환) (0) | 2023.10.10 |
Comments