Forum Discussion
pmscorca
Post Prodigy
8 months agoHow implementing an hierarchy without using a recursive CTE
Hi, I've noticed that the warehouse T-SQL doesn't support the recursive ctes and this is a pity! Now, how could I implement an hierarchy in T-SQL without a such useful and comfortable feature, plea...
rubayatyasmin
Community Champion
8 months agoHi pmscorca
Did you try the closure table? sql - How can I create a closure table using data from an adjacency list? - Stack Overflow