본문 바로가기

aws athena 쿼리 저장

athena test table

적당히 테스트값을 입력하고 함수를 실행해볼 테이블을 만든다

select cast(splited_str as int) as number_column from unnest(split('1,2,3,4', ',')) s(splited_str)