Can you help me with this problem?
Thank you very much.
Thank you very much.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
--ErmisUser.stkef3room
SELECT bedalog, tmpRm, SUM(bedaposo) AS rbedaposo,
'stkef3room' as record_type
FROM ErmisUser.QBEPROK
WHERE (bedaflarr = '1') AND (LEFT(bedakind, 1) <> 'P')
GROUP BY bedalog, tmpRm
UNION
--ErmisUser.stkef5room
SELECT bedalog, tmpRm, SUM(bedaposo) AS rbedaposo,
'stkef5room' as record_type
FROM ErmisUser.QBEPROK
WHERE (bedaflarr <> '1') AND (LEFT(bedakind, 1) <> 'P')
GROUP BY bedalog, tmpRm
ORDER BY record_type --or whatever you want to order the results by