Třídová akce

Kód:
6
Tělo:
select Max(PID.ExportNumber) from PDMIssuedDocs PID
join PDMIssuedContentTypes ICT on ICT.ID = PID.IssuedContent_ID
left join PDMIssuedContentTypes ICT2 on ICT2.ID = ICT.NumberQueue_ID
where
PID.Closing_ID = :ClosingOID and
(ICT.ID = :ContentOID or ICT.NumberQueue_ID = :SelContentOID)

Generated by ABRA Software a.s. 27.10.2021 16:35:05