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
In Snowflake, we can use FLATTEN as follows:
For more details, refer to the FLATTEN section.

Comments
Post a Comment