Code:
select * from tabelle where Fertigdatum > 20180000 and fertigdatum < 20190000
ok, dann so, wenn der Vorgang komplett drin sein sollte ohne Parameter usw. nur schematisch...
Code:
select * from tabelle where (Fertigdatum > 20180000 and fertigdatum < 20190000) and (Fertigdatum < 20180000 or fertigdatum > 20190000)