MySQL Forums
Forum List  »  Newbie

mysqlimport usage with date function
Posted by: VEERA BHADRA SWAMY
Date: July 24, 2017 12:45AM

I have a table with 4 columns and one of the column is date type.
I want to import data from the csv file using the mysqlimport and the date format is dd-mm-yyyy(22-05-2017) and when I try with mysqlimort it fails with
Incorrect date value: '22-05-2017' for column 'COLUMN_DATE'

what option can be used to convert into mysql date format?

Options: ReplyQuote


Subject
Written By
Posted
mysqlimport usage with date function
July 24, 2017 12:45AM


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.