start with connect by prior 一、案例 二、分析 一、案例 select empno, mgr, level as lv from scott.emp a start with mgr is null connect by prior empno = mgr order by l