Date Problem
Hi,
i would like to ask why i try to collect data within a date range, but it doesnt work properly.
e.g. SELECT A, B, C
FROM table
where DateEnt >= Date1 AND DaterEnt <= Date2
But when i try to search it, like '07/14/05', the data come out will included the Yr2004's data, anyone tell me how to solve this problem?
Thanks!
|