Objektová akce

Kód:
1
Tělo:
select 
  a.OrdNumber, b.Code, c.Code 
from 
  Contracts a
  join DocQueues b on b.ID = a.DocQueue_ID
  join Periods c on c.ID = a.Period_ID
where  
  a.id = :OBJID

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