LOAD DATA LOCAL INFILE ‘[path to your csv]’
INTO TABLE [table to import into, must be created before running with proper columns]
FIELDS TERMINATED BY ‘,’
LINES TERMINATED BY ‘n’
([field 1], [field 2], [field 3], […]);
2 Comments
Leave Comment
You must be logged in to post a comment.
Month/Day
Month/Day