oracle中使用SQL递归语句
摘要:
例子:pid id a b a c a e b b1 b b2 c c1 e e1 e e3 d d1 指定pid=a,选出 a b a c a e b b1 b b2 c c1 e e1 e e3 SQL语句:selectparent,childfromteststartwithpid='a'connectbypriorid=pid Oracle SQL的递归查... 阅读全文
posted @ 2010-07-08 10:00 highmayor 阅读(224) 评论(0) 推荐(0) 编辑