Ho una tabella con campi così

id dataentry dataexit
1 2024-09-01 2024-11-10
2 2024-09-01 2024-11-12
3 2024-09-01 Null

Vorrei prendere gli id in cui Oggi sta nel range delle date entry e exit e quindi facevo

codice:
SELECT * FROM Tabella WHERE CURDATE() BETWEEN dataentry AND dataxit
E fin qui tutto bene

MA vorrei includere nel range anche i valori Null del campo dataexit
Solo che non so come scrivere la query