RE: Load data infile date format issue

2001-05-10 Thread Don Read
On 09-May-01 Darla Baker wrote: > I have a text file which is extracted from a non-sql > database each night and then a cron sql script runs to > insert the text data into the mysql database tables. > > My problem is that the date data in the text file is > formatted incosistently (12/31/00 or 1

Load data infile date format issue

2001-05-09 Thread Darla Baker
I have a text file which is extracted from a non-sql database each night and then a cron sql script runs to insert the text data into the mysql database tables. My problem is that the date data in the text file is formatted incosistently (12/31/00 or 12-31-00) and so the fields that hold date dat