Snowflake Vs MS-SQL - Part 115 - Recursive View - Hierarchy
Recursive View - Hierarchy
Sometimes data is stored in a hierarchical structure within a table. To display the complete lineage or parent-child relationship, you can use a recursive query.
MS-SQL Server
In Snowflake, we can use a similar approach as above; however, we can make use of a Recursive View as follows:
For more details, refer to the Recursive_View section.
Yogesh Shinde

Comments
Post a Comment