Guest User

Untitled

a guest
Sep 23rd, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. mysql> select CONCAT(firstname," ",surname), goldstars, blames, goldstars - blames as karma from shbot_user order by karma desc;
  2. +-------------------------------+-----------+--------+-------+
  3. | CONCAT(firstname," ",surname) | goldstars | blames | karma |
  4. +-------------------------------+-----------+--------+-------+
  5. | Johnny Thow | 326 | 66 | 260 |
  6. | David Pinkerton | 243 | 32 | 211 |
  7. | Andrew Hendry | 270 | 87 | 183 |
  8. | Colin Jack | 421 | 310 | 111 |
  9. | Steven Hammerton | 235 | 147 | 88 |
  10. | Rao_Dao Zao | 163 | 78 | 85 |
  11. | Inti Herteleer | 52 | 7 | 45 |
  12. | Zooey Deschanel | 30 | 0 | 30 |
  13. | ShbotV2 | 60 | 30 | 30 |
  14. | Jebus Banga | 24 | 5 | 19 |
  15. | Gee Chand | 21 | 3 | 18 |
  16. | Dot | 25 | 8 | 17 |
  17. | That Guy | 22 | 5 | 17 |
  18. | Ali Osman | 12 | 1 | 11 |
  19. | Mohammed Osman | 11 | 0 | 11 |
  20. | Calum Munro | 6 | 2 | 4 |
  21. | Christophle McCluskers | 5 | 1 | 4 |
  22. | cake | 3 | 0 | 3 |
  23. | Google | 7 | 4 | 3 |
  24. | Mike Childs | 3 | 0 | 3 |
  25. | Josh | 2 | 0 | 2 |
  26. | wiki pedia | 2 | 0 | 2 |
  27. | Andrew McLatchie | 2 | 0 | 2 |
  28. | Ioannis Valatsos | 2 | 0 | 2 |
  29. | Adrian Stace | 2 | 0 | 2 |
  30. | earth lion | 1 | 0 | 1 |
  31. | daft punk | 1 | 0 | 1 |
  32. | James MacIver | 1 | 0 | 1 |
  33. | svn | 0 | 0 | 0 |
  34. | maven | 0 | 0 | 0 |
  35. | Mozilla Foundation | 1 | 1 | 0 |
  36. | Eclipse | 2 | 2 | 0 |
  37. | Apple | 2 | 2 | 0 |
  38. | Zune | 0 | 0 | 0 |
  39. | us lot | 0 | 0 | 0 |
  40. | Amor | 3 | 3 | 0 |
  41. | WolframAlpha | 31 | 32 | -1 |
  42. | Public Sector | 0 | 1 | -1 |
  43. | Kana Ciboodle | 0 | 1 | -1 |
  44. | groove shark | 1 | 4 | -3 |
  45. | David Anderson | 11 | 15 | -4 |
  46. | UrbanDictionary | 89 | 94 | -5 |
  47. | Handy Fergy | 6 | 14 | -8 |
  48. | VisualStudio | 2 | 13 | -11 |
  49. | Microsoft | 16 | 46 | -30 |
  50. | Sword | 4 | 37 | -33 |
  51. | Thomas Lightbody | 688 | 1225 | -537 |
  52. +-------------------------------+-----------+--------+-------+
Add Comment
Please, Sign In to add comment