Querying for a date range
Hi,
I did the following query table
SELECT "Email", "First Name", "Added Time" FROM "GGIT Applicants"
where "Added Time" between '07 Apr 2012 00:00:00' and '15 Apr 2012 11:59:59'
and it is returning results that include March. Please help! I have attached the returned results. Note there are many more records in the database but it only seems to get confused with March. Thanks for the help!