Valeurs de colonne SQL Comma séparés
SELECT STRING_AGG(columnName,',') from tableName
Envious Earthworm
SELECT STRING_AGG(columnName,',') from tableName