Valores de columna SQL Coma separado
SELECT STRING_AGG(columnName,',') from tableName
Envious Earthworm
SELECT STRING_AGG(columnName,',') from tableName