I'm trying to load data from csv file to mysql table(already created). But loading failed. I tried directly without using query too "it shows error like 23 rows skipped".
I used the query:
LOAD DATA INFILE 'C:\\Users\UserName\Documents\FILE.CSV'
INTO TABLE TABLE1 LINES SEPERATED BY '\n';