当前所在位置:珠峰网资料 >> 计算机 >> Oracle认证 >> 正文
Oracle认证综合辅导:oracle树形sql查询简析
发布时间:2012/9/5 23:03:03 来源:城市网学院 编辑:admin
   oracle树形sql查询简析
    select typecode,lpad(‘ ',4*level-1)||typename
    from ajtype
    start with p_code is null connect by prior typecode=p_code;
    结果:
    1 +市容环卫
    15 +灯光管理
    151 +拒不安装
    15101 +拒不安装夜景灯光设施
    152 +违规安装
    15201 +不按规定位置安装夜景灯光设施
    15202 +不按规定形式安装夜景灯光设施
    15203 +不按规定期限安装夜景灯光设施
    15204 +不按规定光源色彩安装夜景灯光设施
    153 +不按时亮灯
    select sys_connect_by_path(typename,'>’) typename
    from ajtype
    start with p_code is null connect by prior typecode=p_code;
    1 >市容环卫
    15 >市容环卫>灯光管理
    151 >市容环卫>灯光管理>拒不安装
    15101 >市容环卫>灯光管理>拒不安装>拒不安装夜景灯光设施
    152 >市容环卫>灯光管理>违规安装
    15201 >市容环卫>灯光管理>违规安装>不按规定位置安装夜景灯光设施
    15202 >市容环卫>灯光管理>违规安装>不按规定形式安装夜景灯光设施
广告合作:400-664-0084 全国热线:400-664-0084
Copyright 2010 - 2017 www.my8848.com 珠峰网 粤ICP备15066211号
珠峰网 版权所有 All Rights Reserved