Reputation: 61
I have this table:
CREATE TABLE DAG(
firstID NUMBER,
secondID NUMBER,
);
What is this code doing?
Upvotes: 0
Views: 90
Reputation: 50027
It's finding all the direct and indirect descendants of each ancestor.
Share and enjoy.
Upvotes: 1