Skip to content

Instantly share code, notes, and snippets.

@danielfone
Created August 26, 2018 20:57
Show Gist options
  • Select an option

  • Save danielfone/8eac0b40f9fa912ec17a2bf29e602337 to your computer and use it in GitHub Desktop.

Select an option

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