Quote:
|
Originally Posted by Schweppesale
so what you're telling me is that it would be easier to write a conditional query which compares both time and date when the values are stored in a single attribute? Kind of like using Name instead of using First Name and Last Name
|
you actually don't need me to tell you, you can test it yourself
let's say you wanted all rows between '2009-06-30 09:37' and '2009-07-01 15:55'
example with one column --
WHERE datetimecolumn BETWEEN '2009-06-30 09:37' AND '2009-07-01 15:55'
now it's your turn, show us how to do the same thing when there two columns for date and time