Dan Joseph wrote:
On Thu, Oct 2, 2008 at 12:35 PM, Jason Pruim <[EMAIL PROTECTED]> wrote:SQLTEST: SELECT * FROM `timeStore` WHERE `timein` BETWEEN 1222315200 AND 1222920000 Could not perform query: Query was empty <[EMAIL PROTECTED]>Put a ' around your timestamp numbers. I think that should fix that query. Although I'll admitt, I have no way to test that on mysql, but that is how MS SQL works...
Int's don't need quoting in mysql (or postgres, or oracle).. not sure why ms-sql would need that.
-- Postgresql & php tutorials http://www.designmagick.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

