oracle父子级查询数据树结构
摘要:
1、select t.*, level , sys_connect_by_path (t .id, '-->') as tree from isc_res_res_r t connect by prior t.res_id =t .relation_res_id; 2、 表结构数据如下 树结构查询s 阅读全文
posted @ 2019-12-03 13:33 甘岚 阅读(1145) 评论(0) 推荐(0) 编辑