Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. mysql> select day,score,answered from scores_dated where nick='holms' and cid=0;
  2. +------------+-------+----------+
  3. | day | score | answered |
  4. +------------+-------+----------+
  5. | 0000-00-00 | 304 | 9 |
  6. | 2011-04-15 | 17 | 2 |
  7. | 2011-04-16 | 44 | 3 |
  8. | 2011-04-17 | 98 | 6 |
  9. | 2011-04-18 | 36 | 4 |
  10. | 2011-04-21 | 13 | 2 |
  11. | 2011-04-22 | 45 | 4 |
  12. | 2011-04-27 | 9 | 1 |
  13. | 2011-04-28 | 6 | 1 |
  14. | 2011-04-29 | 29 | 3 |
  15. | 2011-04-30 | 31 | 3 |
  16. | 2011-05-01 | 9 | 1 |
  17. | 2011-05-02 | 70 | 7 |
  18. | 2011-05-03 | 45 | 3 |
  19. | 2011-05-04 | 124 | 8 |
  20. | 2011-05-05 | 32 | 4 |
  21. | 2011-05-06 | 82 | 5 |
  22. | 2011-05-08 | 12 | 1 |
  23. | 2011-05-09 | 16 | 1 |
  24. | 2011-05-10 | 9 | 1 |
  25. | 2011-05-11 | 5 | 1 |
  26. | 2011-05-12 | 13 | 2 |
  27. | 2011-05-13 | 65 | 6 |
  28. | 2011-05-14 | 42 | 4 |
  29. | 2011-05-15 | 60 | 7 |
  30. | 2011-05-16 | 57 | 4 |
  31. | 2011-05-18 | 16 | 2 |
  32. | 2011-05-19 | 43 | 4 |
  33. | 2011-05-20 | 73 | 4 |
  34. | 2011-05-21 | 21 | 1 |
  35. +------------+-------+----------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement