Hi friends I'm using MySQL. I would like to retrieve the result set by giving date in WHERE
condition . I have given date range of the start date and end date . I have to compare the date
[Today's] with the start date and end date .
for ex :
SELECT * FROM tbl WHERE 2015-07-22 is between start date and end date
.
Thanks in advance