Snowflake Vs MS-SQL - Part 74 - Convert Column Into Comma Separated
Convert Column Into Comma-Separated
If you have data in a table and you want to convert columnar data into a comma-separated string.
Current Data:
MS-SQL Server
However, in Snowflake, we can use two ARRAY functions, ARRAY_AGG & ARRAY_TO_STRING, as below:
Comments
Post a Comment