Objektová akce

Kód:
9
Tělo:
SELECT R.id 
FROM 
  StoreDocuments R
  JOIN StoreDocuments2 R2 ON R.Id = R2.Parent_Id 
  JOIN StoreDocuments2 S2 ON R2.RDocumentRow_ID = S2.Id 
WHERE 
  (S2.Parent_id = :RDOCUMENT_ID) and (R.DocumentType = '30')

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