How can I get the rows in a table where today\'s date is between (inclusive) two DATE columns of that row? For example, take these two columns of a table:
You can add a condition as follows
DATE(NOW()) between date1 and date2