首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

oracle中用以循环遍历树形结构中某个节点的字节点的方法

2013-11-08 
oracle中用于循环遍历树形结构中某个节点的字节点的方法select*from table1start with id #{id}connect b

oracle中用于循环遍历树形结构中某个节点的字节点的方法
select * from table1 start with id= #{id} connect by NOCYCLE prior id= pId

?

热点排行