select orgid, orgname, parentorgid

from org

start with orgid= 'xx' <!-- 机构号 -->

connect by prior orgid = parentorgid <!-- 对机构赋值为父机构 进行查询关联 -->

相关文章:

  • 2021-12-19
  • 2022-12-23
  • 2021-08-24
  • 2022-01-25
  • 2022-02-05
猜你喜欢
  • 2021-07-02
  • 2022-12-23
  • 2021-05-15
  • 2022-12-23
  • 2022-12-23
  • 2021-08-23
相关资源
相似解决方案