select ph.segment1 po_num,pl.line_num po_line_num,prh.segment1 pr_num,prl.line_num pr_line_num
from po_lines_all pl,
     po_headers_all ph,
     po_line_locations_all pll,
     po_requisition_headers_all prh,
     po_requisition_lines_all prl
where pl.po_header_id=ph.po_header_id
and pl.po_line_id=pll.po_line_id
and prl.line_location_id=pll.line_location_id
and prl.requisition_header_id=prh.requisition_header_id

相关文章:

  • 2022-02-24
  • 2021-05-21
  • 2021-09-01
  • 2022-12-23
  • 2021-10-16
  • 2022-12-23
  • 2021-06-07
猜你喜欢
  • 2022-12-23
  • 2022-02-17
  • 2021-05-22
  • 2022-12-23
  • 2021-07-11
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案