Hmmm.....
we have a new sql guru on the list eh?
welcome master...

:-)

Thanks mate.

-Ryan




On 4/9/2005 8:18:10 PM, Greg Donald ([EMAIL PROTECTED]) wrote:
> On Apr 9, 2005 1:09 PM, Ryan A <[EMAIL PROTECTED]> wrote:
> 
> > So how can I compare 2 timedates which are:
> 
> >
> 
> > now() and now() + 5 mins
> 
> >
> 
> > to see if I get a positive or negitive value?
> 
> 
> 
> mysql> select NOW() > DATE_ADD( NOW(), INTERVAL 5 MINUTE );
> 
> +----------------------------------------------+
> 
> | NOW() > DATE_ADD( NOW(), INTERVAL 5 MINUTE ) |
> 
> +----------------------------------------------+
> 
> |                                            0 |
> 
> +----------------------------------------------+
> 
> 1 row in set (0.01 sec)
> 
> 
> 
> mysql> select NOW() < DATE_ADD( NOW(), INTERVAL 5 MINUTE );
> 
> +----------------------------------------------+
> 
> | NOW() < DATE_ADD( NOW(), INTERVAL 5 MINUTE ) |
> 
> +----------------------------------------------+
> 
> |                                            1 |
> 
> +----------------------------------------------+
> 
> 1 row in set (0.00 sec)
> 
> 
> 
> 
> 
> --
> 
> Greg Donald


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.9.5 - Release Date: 4/7/2005

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

Reply via email to