Objektová akce

Kód:
6
Tělo:
select
  (DQ.Code || '-' || CAST(A.OrdNumber AS VARCHAR(10)) || '/' ||  P.Code) as DisplayName
from
  IssuedDInvoices A, DocQueues DQ, Periods P
where
  A.ReceivedOrder_ID = :OBJID
  and A.DocQueue_ID = DQ.ID
  and A.Period_ID = P.ID

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