Snowflake Vs MS-SQL - Part 91 - ARRAY UNNEST - FLATTEN
ARRAY UNNEST - FLATTEN If you have an array saved in a table and want to generate each value in each row as below: MS-SQL Server We can achieve it as follows: In Snowflake , we can use FLATTEN as follows: For more details, refer to the FLATTEN section. Yogesh Shinde LinkedInProfile <<< Back Next >>> Snowflake Vs MS-SQL - Series