Guest User

Untitled

a guest
Jun 20th, 2018
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. mysql> select * from asset where id > 8155;
  2. +------+-------------------------------------+--------------------------------------------------+------+-------+-----------+---------------+
  3. | id | name | slug | free | likes | status_id | asset_type_id |
  4. +------+-------------------------------------+--------------------------------------------------+------+-------+-----------+---------------+
  5. | 8156 | Little Bo Peep Live | little-bo-peep-live | N | 0 | 1 | 19 |
  6. | 8157 | Jack be Nimble Live | jack-be-nimble-live | N | 0 | 1 | 19 |
  7. | 8159 | One Two Buckle My Shoe | one-two-buckle-my-shoe | Y | 0 | 1 | 19 |
  8. | 8160 | Rig a Jig Jig Live | rig-a-jig-jig-live | N | 0 | 1 | 19 |
  9. | 8161 | The Ant and the Dove | the-ant-and-the-dove-word-search | N | 0 | 1 | 7 |
  10. | 8162 | The King's Son and the Painted Lion | the-kings-son-and-the-painted-lion | Y | 0 | 1 | 7 |
  11. | 8163 | The Jackal's Strategy | the-jackals-strategy-word-search | N | 0 | 1 | 7 |
  12. | 8164 | Costly Gifts | costly-gifts | N | 0 | 1 | 7 |
  13. | 8165 | You Are My Sunshine | you-are-my-sunshine | Y | 0 | 1 | 6 |
  14. | 8166 | The Monkeys Go Fasting | the-monkeys-go-fasting | Y | 0 | 1 | 7 |
  15. | 8167 | The King's Son and the Painted Lion | the-kings-son-and-the-painted-lion-word-search | Y | 0 | 1 | 32 |
  16. | 8168 | The Jackal's Strategy | the-jackals-strategy-word-jumble | N | 0 | 1 | 27 |
  17. | 8169 | The Jackal's Strategy | the-jackals-strategy-super-speller | N | 0 | 1 | 30 |
  18. | 8170 | The Jackal's Strategy | the-jackals-strategy-rhyme-time | N | 0 | 1 | 31 |
  19. | 8171 | The King's Son and the Painted Lion | the-kings-son-and-the-painted-lion-super-speller | Y | 0 | 1 | 30 |
  20. | 8172 | Costly Gifts | costly-gifts-quiz-whiz | N | 0 | 1 | 28 |
  21. | 8173 | Costly Gifts | costly-gifts-word-jumble | N | 0 | 1 | 27 |
  22. +------+-------------------------------------+--------------------------------------------------+------+-------+-----------+---------------+
  23. 17 rows in set (0.00 sec)
Add Comment
Please, Sign In to add comment