Code backup
This commit is contained in:
2026-05-10 16:59:01 +02:00
commit 368d6fafea
796 changed files with 315310 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
select b.DESCRIPTION 'Descr', b.PRINTSUBTYPE 'subType' , a.OPTIONALSTR1 'str1'
from PALDC_OPC_PRINTQUEUE a
join PALDC_OPC_PRINTTYPES b
ON a.PRINTTYPE = b.RECID
where b.PRINTTYPE = 4
order by a.RECID asc