Hi Guys,
I have a single column in a table, which is in this format:
Y-m-d (ie. 2003-01-19)
I need to select data between two specified dates. For example, if date1 == 2002-04-10 and date2 == 2003-01-24, I need to return all the rows between those values.
Can anyone point me in the right direction?
Thanks very much!