Skip to content

Instantly share code, notes, and snippets.

@Omie
Created November 15, 2018 06:46
Show Gist options
  • Save Omie/b9dd7fd5e4c4561df65bcfc64003988e to your computer and use it in GitHub Desktop.
Save Omie/b9dd7fd5e4c4561df65bcfc64003988e to your computer and use it in GitHub Desktop.
$ sqlite3
sqlite3> .mode csv
sqlite3> .import filename.csv data # data is our virtual table name
sqlite3> select * from data;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment