문제

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