MYSQL

I have a table with a date field. I have a query that needs to output
only if NOW()<ed3(date field) ed2 is datetime.

The issue is this:
select * from thesites where ED3>NOW()

ED3='1999-12-31 00:00:00'

the above query will output when ED3 is as above. NOW()='2001-09-15
18:10:44'

???


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to