質問

I have this table:

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

What is this code doing?

役に立ちましたか?

解決

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

SQLFiddle here.

Share and enjoy.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top