Skip to content

Instantly share code, notes, and snippets.

@bnsheehy
Created November 30, 2021 01:38
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 bnsheehy/e142066481fa0d0ed240b01712604629 to your computer and use it in GitHub Desktop.
Save bnsheehy/e142066481fa0d0ed240b01712604629 to your computer and use it in GitHub Desktop.
LOAD DATA LOCAL INFILE '/Users/....../data_files/df_full_price_history_complete_load.csv'
INTO TABLE price_data_historical
FIELDS TERMINATED BY ','
ENCLOSED BY '"'
IGNORE 1 LINES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment