hello
i am querying a table for data with a specified date range.
eg.
date between '12-1-2004' and '12-31-2004'
i am not picking up data on the 31st with this filter.
however if i use:
date between '12-1-2004' and '1-1-2005'
i get data on the 31st and nothing on the 1st of January.
Can someone tell me why please?
Thanks very much!
i am querying a table for data with a specified date range.
eg.
date between '12-1-2004' and '12-31-2004'
i am not picking up data on the 31st with this filter.
however if i use:
date between '12-1-2004' and '1-1-2005'
i get data on the 31st and nothing on the 1st of January.
Can someone tell me why please?
Thanks very much!