Skip to content

Instantly share code, notes, and snippets.

@joshsmith
Created December 8, 2011 17:57
Show Gist options
  • Save joshsmith/1447832 to your computer and use it in GitHub Desktop.
Save joshsmith/1447832 to your computer and use it in GitHub Desktop.
LOAD DATA LOCAL INFILE '/Users/joshsmith/worldcitiespop.csv'
INTO TABLE cities
FIELDS TERMINATED BY ','
LINES TERMINATED BY '\n'
(country,ascii,city,region,population,latitude,longitude);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment