Skip to content

Instantly share code, notes, and snippets.

@cmhobbs
Created October 11, 2010 03:04
Show Gist options
  • Save cmhobbs/619910 to your computer and use it in GitHub Desktop.
Save cmhobbs/619910 to your computer and use it in GitHub Desktop.
hobbsc@haqnode:~/dev/j$ sqlite3 ~/j.db
SQLite version 3.6.22
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> select * from entrieses;
1|2010-09-10T22:40:46+00:00|test message||
2|2010-10-10T21:58:39+00:00|new message||
sqlite> select * from laundry_lists;
1|milk, eggs, butter|0
sqlite>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment