Objektová akce

Kód:
4
Tělo:
select PO.ID
from
  PaymentOrders PO, PaymentOrders2 PO2, PaymentOrders3 PO3 
where
  (PO2.Parent_ID = PO.ID) and
  (PO3.Parent_ID = PO2.ID) and
  (PO3.PDocument_ID in (select Obj_ID from SelDat where Sel_ID = :ListOfOIDs)) and
  (PO3.PDocumentType = '47')
group by PO.ID

Generated by ABRA Software a.s. 27.10.2021 16:34:36