会员
周边
捐助
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Kay's Blog
有勇气改变你可以改变的,有胸怀接受你不可以改变的,有智慧分辨两者的不同!
首页
新随笔
联系
订阅
管理
Oracle中拼出树型结构
select * from 表名 start with(主键='0') connect by prior 主键=父主键
表中须存在一条主键为0的记录
例如:
select
*
from
t_ser_problem_define start
with
(problem_guid
=
'0
'
) connect
by
prior problem_guid
=
parent_problem_guid
posted @
2007-09-03 15:58
樊凯
阅读(
434
) 评论(
0
)
编辑
收藏
举报
刷新页面
返回顶部
公告