Finding Descendants and Ancestors of Adjacency List in SQL Alchemy

346 Views Asked by At

If I have an adjacency list relationship as described by the Node class here, how would I get all of the descendants of that node? All of the ancestors of that Node?

0

There are 0 best solutions below