Domanda

I have this table:

CREATE TABLE DAG(
  firstID NUMBER,
  secondID NUMBER,
);

What is this code doing?

È stato utile?

Soluzione

It's finding all the direct and indirect descendants of each ancestor.

SQLFiddle here.

Share and enjoy.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top