mysql curdate between two dates

Solutions on MaxInterview for mysql curdate between two dates by the best coders in the world

showing results for - "mysql curdate between two dates"
Yassin
17 May 2017
1SELECT * FROM `table` WHERE active=0 AND CURDATE() between dateStart and dateEnd