적당히 테스트값을 입력하고 함수를 실행해볼 테이블을 만든다
select cast(splited_str as int) as number_column from unnest(split('1,2,3,4', ',')) s(splited_str)
'aws athena 쿼리 저장' 카테고리의 다른 글
remove accents in athena query (0) | 2021.06.18 |
---|---|
[athena] split string into array (0) | 2021.05.06 |
[ATHENA Query] url parameter 타입 체크하기 (2) | 2020.11.13 |