Objektová akce

Kód:
1
Tělo:
select (SC.Name || '-' || ST.Name) AS DisplayName from ShiftCalendar1 SC1
left join shiftcalendar SC on (SC.ID = SC1.Parent_ID)
left join shifttypes ST on (ST.id = SC1.shift_id)
where SC1.ID = :OBJID

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