Indeed easier than I thought?! :)
timestamp(14) is ok :)
Thanks John!
John
-- 
http://compcanlit.ca/

Quoting "CPT John W. Holmes" <[EMAIL PROTECTED]>:
> SELECT * FROM Table WHERE timestamp_column < NOW() - INTERVAL 60 MINUTE
> will give you all rows that have a timestamp column that's over 60 minutes
> old. Adapt to your needs.
> ---John Holmes..

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to