select ... from tablename start with cond1
connect by cond2
where cond3
子节点排序: ORDER SIBLINGS BY <expression>, only for 10g
LEVEL(层数), CONNECT_BY_ISLEAF(是否叶子节点)是两个有用的伪列
select ... from tablename start with cond1
connect by cond2
where cond3
子节点排序: ORDER SIBLINGS BY <expression>, only for 10g
LEVEL(层数), CONNECT_BY_ISLEAF(是否叶子节点)是两个有用的伪列