From: "John McKerrell" <[EMAIL PROTECTED]>

> > INSERT INTO mytable (dateField) VALUES (CURRENT_DATE);

> For MySQL you're still going to need NOW() instead of CURRENT_DATE
> though surely? 

No. He has a DATE column, so why use NOW() which includes time informatin. 

Quote: CURRENT_DATE and CURRENT_DATE() are synonyms for CURDATE(). 

Take your pick.

---John Holmes...

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

Reply via email to