FCLT#76748 <> 1 != IS NULL :)

svn path=/Database/branches/DB44/; revision=59376
This commit is contained in:
2023-03-01 09:44:18 +00:00
parent 78219df679
commit 4a9d556186

View File

@@ -1711,7 +1711,7 @@ AS
res_rsv_ruimte_volgnr
FROM res_rsv_ruimte rr, res_ruimte_opstelling ro, res_ruimte r
WHERE rr.res_rsv_ruimte_externnr IS NOT NULL
AND INSTR(rr.res_rsv_ruimte_externnr, rr.res_rsv_ruimte_externnr2) <> 1 -- Sluit Facilitor initiated reserveringen uit by S(msgraph_sync_level) = 3
AND INSTR(rr.res_rsv_ruimte_externnr, rr.res_rsv_ruimte_externnr2) IS NULL -- Sluit Facilitor initiated reserveringen uit by S(msgraph_sync_level) = 3
AND rr.res_rsv_ruimte_verwijder IS NULL
AND rr.res_rsv_ruimte_van >=
(SELECT MIN (starttime) FROM this_import)