當前位置:編程學習大全網 - 圖片素材 - Oracle start with ? sqlserver

Oracle start with ? sqlserver

with temp(orgid,parentorgid) as

(

select distinct o.orgid,o.parentorgid from baf_org_organization o where o.orgid='11' and o.isvalid='Y'

union all

select distinct o.orgid,o.parentorgid from baf_org_organization o

inner join temp b on o.parentorgid = b.orgid

)

select orgid from temp

Oracle

  • 上一篇:誰能給我光盤設計的盤面尺寸?
  • 下一篇:終極壹班4的介紹
  • copyright 2024編程學習大全網