Subject Re: selecting between dates with timestamps fields
Author Sergio
> I'm trying with (to get all records from Feb 2nd)
>
> where
> (MyTimeStamp between '02-01-2012 00:00:00' and '02-01-2012 23:59:59')
>
> it uses the index, but I don't get all the records


My mistake!... that seems to work OK... Now I just wonder if that is the *best* way to do that... So far I see no problem, but just in case...

-s