I need to convert multiple records/rows in a column to a single comma separated values in snowflake. I was using FOR XML in MSSQL SERVER for the same, but I need to do the same in SNOWSQL.
Example - Column-1 with three values A, B, C Column-1 A B C
I need the values concatenated like A,B,C.