Vra

I have this table:

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

What is this code doing?

Was dit nuttig?

Oplossing

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

SQLFiddle here.

Share and enjoy.

Gelisensieer onder: CC-BY-SA met toeskrywing
Nie verbonde aan StackOverflow
scroll top