摘要: ①ORACLE层次查询 --(递归语句)--(查询树状结构) select × from table start with table.col1 = '001' --根结点的限定语句,当然可以放宽限定条件,以取得多个根结点,实际就是多棵树。 connect by proir col1 = pa... 阅读全文
posted @ 2015-01-10 22:58 Jarvan 阅读(133) 评论(0) 推荐(0)