Skip to content

Instantly share code, notes, and snippets.

@bertrandom
Created April 11, 2012 15:35
Show Gist options
  • Save bertrandom/85e99f5d48a8746b79bc to your computer and use it in GitHub Desktop.
Save bertrandom/85e99f5d48a8746b79bc to your computer and use it in GitHub Desktop.
mysql> SELECT date_create, link from InstagramMedia WHERE user_id = 1 ORDER BY date_create;
+---------------------+---------------------------------+
| date_create | link |
+---------------------+---------------------------------+
| 2010-10-08 06:27:09 | http://instagr.am/p/M-o/ |
| 2010-10-08 06:32:50 | http://instagr.am/p/NAO/ |
| 2010-10-08 06:43:28 | http://instagr.am/p/NDt/ |
| 2010-10-08 06:55:11 | http://instagr.am/p/NGm/ |
| 2010-10-10 01:02:00 | NULL |
| 2010-10-12 23:39:02 | NULL |
| 2010-10-14 19:34:00 | http://instagr.am/p/BTUl/ |
| 2010-10-21 06:46:44 | NULL |
| 2010-10-25 20:45:04 | NULL |
| 2010-10-26 18:52:25 | NULL |
| 2010-10-27 07:18:22 | http://instagr.am/p/FVP2/ |
| 2010-10-30 21:02:03 | NULL |
| 2010-10-30 21:06:11 | NULL |
| 2010-11-16 19:02:49 | http://instagr.am/p/Rb0B/ |
| 2010-11-28 04:30:45 | NULL |
| 2010-11-28 04:52:35 | NULL |
| 2010-12-20 00:29:25 | NULL |
| 2010-12-29 19:36:00 | NULL |
| 2011-01-23 07:45:04 | NULL |
| 2011-01-23 07:48:52 | NULL |
| 2011-01-24 06:34:46 | NULL |
| 2011-02-01 17:20:10 | NULL |
| 2011-08-18 03:59:26 | http://instagr.am/p/KkHu-/ |
| 2011-08-18 17:17:10 | http://instagr.am/p/Kmx8_/ |
| 2011-08-26 21:57:48 | http://instagr.am/p/LVYvJ/ |
| 2011-10-21 12:45:41 | http://instagr.am/p/Q5IXo/ |
| 2011-12-10 21:34:43 | http://instagr.am/p/YZdYM/ |
| 2011-12-13 14:29:54 | http://instagr.am/p/Y7D4B/ |
| 2011-12-14 01:26:05 | http://instagr.am/p/ZAaSE/ |
| 2011-12-18 18:20:46 | http://instagr.am/p/Z67Po/ |
| 2012-01-06 23:18:08 | http://instagr.am/p/e90aC/ |
| 2012-01-08 18:19:25 | http://instagr.am/p/ff6T1/ |
| 2012-01-17 04:14:49 | http://instagr.am/p/h7X55/ |
| 2012-01-19 15:21:05 | http://instagr.am/p/ikH-q/ |
| 2012-01-25 04:23:36 | http://instagr.am/p/kaeJO/ |
| 2012-02-04 21:38:51 | http://instagr.am/p/oAbtn/ |
| 2012-02-07 01:49:51 | http://instagr.am/p/o45sH/ |
| 2012-02-27 01:03:38 | http://instagr.am/p/HfW7vGtrN5/ |
| 2012-03-11 12:43:22 | http://instagr.am/p/ICFWHRNrKB/ |
| 2012-03-25 15:07:11 | http://instagr.am/p/ImY7vxtrHs/ |
+---------------------+---------------------------------+
40 rows in set (0.16 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment