I have a sql statement which compares dates, basically like this:
date1=date2
Now the trouble is if date 1 == 08/10/2013 12:00 and date2 == 08/10/2013 13:00 due to the timestamp being different a result set is not returned. How can I do this whilst ignoring the timestamp?
Thanks