MySQL Forums
Forum List  »  Newbie

Re: Importing Dates
Posted by: Lachlan Mulcahy
Date: June 22, 2005 05:18PM

Hi Doug,

Unfortunately your best bet is to have a preprocesser script run over your file and replace those two date formats with 'YYYY-MM-DD' or any of the other formats accepted by the temporal field types that MySQL has.

I recommend you check out the documention here:

http://dev.mysql.com/doc/mysql/en/datetime.html

It has specific information on what kinds of formats are allowed.

Kind Regards,

Lachlan Mulcahy, Melbourne, Australia
MySQL AB, www.mysql.com
Are you MySQL certified? www.mysql.com/certification

Options: ReplyQuote


Subject
Written By
Posted
June 22, 2005 03:45PM
Re: Importing Dates
June 22, 2005 05:18PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.