Skip to content

Instantly share code, notes, and snippets.

@mipmip
Created September 2, 2013 08:49
Show Gist options
  • Save mipmip/6410695 to your computer and use it in GitHub Desktop.
Save mipmip/6410695 to your computer and use it in GitHub Desktop.
truncate a sqlite3 table in cli (refx)
sqlite3 refx3development.sqlite3
sqlite3> .table
sqlite3> DELETE FROM jobs;
sqlitw3> .quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment