STRING_AGG
STRING_SPLIT
QUOTENAME
Splits a string by a separator and returns a row set.
STRING_SPLIT(str, sep)
Enter values below to update the example in real time.
value
tag
-- 콤마로 구분된 태그 분리 SELECT value AS tag FROM STRING_SPLIT('서울,부산,제주', ',');