RE: [PHP-DB] datetime insert using now()

2001-12-11 Thread Charles Lahlou
>INSERT INTO thisdb (event) VALUES ((now() + 3600); try rather VALUES (now() + INTERVAL 3600 SECOND) charles lahlou -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the l

RE: [PHP-DB] datetime insert using now()

2001-12-11 Thread Charles Lahlou
here to get SQL language comparison charts on their compatibility? Charles Lahlou -Message d'origine- De : bill [mailto:[EMAIL PROTECTED]] Envoye : mardi 11 decembre 2001 16:48 A : [EMAIL PROTECTED] Objet : [PHP-DB] datetime insert using now() I'm trying to insert informatio