MySQL Courdate между двумя датами

SELECT * FROM `table` WHERE active=0 AND CURDATE() between dateStart and dateEnd
Arrogant Ape