Find a date between start_date and end_date
Posted
by Margaret
on Stack Overflow
See other posts from Stack Overflow
or by Margaret
Published on 2010-03-22T20:28:44Z
Indexed on
2010/03/22
20:31 UTC
Read the original article
Hit count: 259
mysql-query
I have a table of events with a recorded start and end time. I want to find all events that occur on a specific date. Some events started a year ago and some will continue farther ahead.
I would like to be able to pick for example May 20, 2010 and find all events occurring on that date.
© Stack Overflow or respective owner