* Kathy Reyes > I'm trying time a export process but I cant figure out what the right sql > statement. > I tried using getdate() but it gives me an error.
getdate() is not a valid mysql function, try NOW() or CURTIME(). <URL: http://www.mysql.com/doc/D/a/Date_and_time_functions.html > -- Roger query --------------------------------------------------------------------- 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