MySQL Forums
Forum List  »  Microsoft SQL Server

Re: DATE type
Posted by: Josh Chamas
Date: September 26, 2004 06:50AM

If you convert the date data ahead of time to YYYY/MM/DD, it will work fine. Otherwise, you could try to import the data and then later convery it using MySQL string function, moving the data from a varchar field to a real date field.

Regards,

Josh

Josh Chamas
Director, Professional Services
MySQL Inc., www.mysql.com
Get More with MySQL! http://www.mysql.com/consulting

Options: ReplyQuote


Subject
Written By
Posted
September 21, 2004 07:39PM
Re: DATE type
September 26, 2004 06:50AM


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.