Loading Date DATA

2003-06-13 Thread Patrick Shoaf
I have a question, when loading dates into mysql I have found I can always 
use MMDD or -MM-DD, but frequently I need to load data from ASCII 
csv files where the date is M/D/.  Currently, I am using perl to read 
the datafile and insert each record after converting the date data.  I 
would prefer to be able to use 'LOAD FROM INFILE', but the dates do not 
convert correctly.  Is there any way to use the data in M/D/ format?



Patrick J. Shoaf, Systems Engineer
mailto:[EMAIL PROTECTED][EMAIL PROTECTED]
Midmon Internet Services, LLC
100 Third Street
Charleroi, PA 15022
http://www.midmon.com
Phone: 724-483-2400 ext. 105
 or888-638-6963
Fax:   724-489-4386


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


Re: Loading Date DATA

2003-06-13 Thread Egor Egorov
Patrick Shoaf [EMAIL PROTECTED] wrote:
 I have a question, when loading dates into mysql I have found I can always 
 use MMDD or -MM-DD, but frequently I need to load data from ASCII 
 csv files where the date is M/D/.  Currently, I am using perl to read 
 the datafile and insert each record after converting the date data.  I 
 would prefer to be able to use 'LOAD FROM INFILE', but the dates do not 
 convert correctly.  Is there any way to use the data in M/D/ format?

Nope, if you want to store as a DATE type.



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]