Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rajitha-bandara/e74d5be20541751a06a8187da8f46130 to your computer and use it in GitHub Desktop.
Save rajitha-bandara/e74d5be20541751a06a8187da8f46130 to your computer and use it in GitHub Desktop.
Mysql Load Data
LOAD DATA INFILE 'V:/Downloads/Temp/Homes DB(1).csv'
INTO TABLE land_developers FIELDS TERMINATED BY ',' ENCLOSED BY '"'
LINES TERMINATED BY '\n'
IGNORE 1 LINES
(name, email, phone_1, street, suburb, estate)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment