Skip to content

Instantly share code, notes, and snippets.

@aikar
Created August 24, 2010 21:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aikar/548383 to your computer and use it in GitHub Desktop.
Save aikar/548383 to your computer and use it in GitHub Desktop.
>>> sqlite3 ai.db
SQLite version 3.3.6
Enter ".help" for instructions
sqlite> select * from words limit 10;
1|figured
2|out
3|issue
4|hack
5|the
6|planet
7|gibson
8|have
9|you
10|filed
sqlite> select * from phrases limit 10;
1|0|2
2|1|3
3|2|0
4|0|5
5|4|6
6|5|0
5|4|7
7|5|0
8|0|9
9|8|10
sqlite>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment