Skip to content

Instantly share code, notes, and snippets.

@a-poor
Created February 13, 2020 22:12
Show Gist options
  • Save a-poor/5ad5e80f1a4bb3722b59a39b34195de1 to your computer and use it in GitHub Desktop.
Save a-poor/5ad5e80f1a4bb3722b59a39b34195de1 to your computer and use it in GitHub Desktop.
DELETE FROM iris_dataset;
\COPY iris_dataset FROM 'Downloads/iris.csv' DELIMITER ',' CSV;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment