Skip to content

Instantly share code, notes, and snippets.

@spookyvision
Created June 12, 2013 11:55
Show Gist options
  • Save spookyvision/5764637 to your computer and use it in GitHub Desktop.
Save spookyvision/5764637 to your computer and use it in GitHub Desktop.
sqlite
sqlite> create table table_name(foo smallint);
sqlite> drop table table_name;
sqlite>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment