All,
I am somewhat confused by the way modern dbms handle timestamps. It seems as though date and time can be together in one field yet still be queried as if they were in different fields. Say I wanted to do a SELECT where time is between 1AM and 2AM. Is that possible if date and time are stored togeter in the same field?
Thanks,
-Bill