Created
October 11, 2010 03:04
-
-
Save cmhobbs/619910 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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