Tagged Questions
3
votes
1answer
3k views
How to create an SQL Server 2005 CTE to return parent-child records, for children with multiple parents
I'm experimenting with CTE's in SQL Server but have reached a dead end with getting the following scenario to work. I have a hierarchy table similar to this:
Node(ID:439)
Node(ID:123)
...