Tagged Questions
4
votes
2answers
677 views
oracle 9i get highest member of tree with given child
I have a parent-child relationship in an Oracle 9i database-table
like:
parent | child
1 | 2
2 | 3
2 | 4
null | 1
1 | 8
I need to get the absolute parent from a given ...