본문 바로가기

aws athena 쿼리 저장

[athena] split string into array

string to array

SELECT regexp_split('abcd', '')

array to string

SELECT array_join(regexp_split('abcd', ''), ' ')

 

 

'aws athena 쿼리 저장' 카테고리의 다른 글

athena test table  (0) 2021.06.18
remove accents in athena query  (0) 2021.06.18
[ATHENA Query] url parameter 타입 체크하기  (2) 2020.11.13