in reply to Re^4: Perl/SQL syntax error
in thread Perl/SQL syntax error

The standard, default date format for mysql is just "2009-07-04 10:45:23". Make your date string look like that, and you'll do fine.

Replies are listed 'Best First'.
Re^6: Perl/SQL syntax error
by patt (Scribe) on Jul 05, 2009 at 19:24 UTC
    Yes I noticed that slight problem. I was using the European time syntax, then realised that SQL used a different format... Thanks for your help