Skip to content

Instantly share code, notes, and snippets.

@jrm2k6
Created March 1, 2014 20:25
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 jrm2k6/9296629 to your computer and use it in GitHub Desktop.
Save jrm2k6/9296629 to your computer and use it in GitHub Desktop.
sqlite> SELECT _id, time FROM status WHERE feed_id = 1 ORDER BY time ASC LIMIT 50;
182|1393617844000
192|1393617851000
180|1393618371000
179|1393618444000
175|1393618595000
172|1393618631000
185|1393618732000
181|1393618830000
190|1393618882000
18|1393619230000
12|1393619282000
2|1393619310000
5|1393619436000
16|1393619491000
4|1393619503000
11|1393619532000
7|1393619602000
1|1393619860000
9|1393619941000
10|1393619963000
6|1393620026000
13|1393620204000
19|1393620426000
15|1393620427000
17|1393620443000
8|1393620472000
3|1393620610000
14|1393620697000
169|1393620871000
191|1393621134000
178|1393621135000
193|1393621141000
168|1393621209000
189|1393621229000
165|1393621231000
176|1393621249000
173|1393621297000
136|1393621327000
130|1393621339000
135|1393621358000
134|1393621374000
122|1393621392000
125|1393621392000
132|1393621392000
128|1393621430000
126|1393621467000
131|1393621511000
133|1393621540000
117|1393621572000
120|1393621598000
sqlite>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment