Skip to content

Instantly share code, notes, and snippets.

@ipolevoy
Created August 7, 2015 18:35
Show Gist options
  • Save ipolevoy/39d180a7175365d92cec to your computer and use it in GitHub Desktop.
Save ipolevoy/39d180a7175365d92cec to your computer and use it in GitHub Desktop.
Stagig
MariaDB [jes_staging]> select * from answers where page_id = 2724;
+------+-------------------------------------------------------------------------+---------+---------+--------------+---------------------+---------------------+-------------+
| id | answer_text | correct | page_id | page_item_id | created_at | updated_at | explanation |
+------+-------------------------------------------------------------------------+---------+---------+--------------+---------------------+---------------------+-------------+
| 2391 | La odia por haberle arruinado la vida su hermana | 0 | 2724 | 0 | 2014-07-17 16:52:18 | 2014-07-17 16:52:18 | NULL |
| 2392 | Prefiere preocuparse por el bienestar de Katie que el de la bebé | 0 | 2724 | 0 | 2014-07-17 16:52:18 | 2014-07-17 16:52:18 | NULL |
| 2393 | Siente una conexión hacia su sobrinita a pesar de lo que quiera Katie | 1 | 2724 | 0 | 2014-07-17 16:52:18 | 2014-07-17 16:52:18 | NULL |
| 2394 | Quiere estar completamente involucrado con la vida de su sobrina | 0 | 2724 | 0 | 2014-07-17 16:52:18 | 2014-07-17 16:52:18 | NULL |
+------+-------------------------------------------------------------------------+---------+---------+--------------+---------------------+---------------------+-------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment