Skip to content

Instantly share code, notes, and snippets.

@danielfone
Created August 26, 2018 20:57
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save danielfone/8eac0b40f9fa912ec17a2bf29e602337 to your computer and use it in GitHub Desktop.
-- Import data
--
COPY imported_reports
FROM '/tmp/large-enterprise-export.csv'
WITH (format csv, header)
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment