Guest User

Untitled

a guest
Jun 21st, 2018
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. mysql> select count(id) as num,user from stats group by user order by num desc;
  2. +-----+-------------+
  3. | num | user |
  4. +-----+-------------+
  5. | 27 | mtwstudios |
  6. | 13 | |
  7. | 12 | jtaby |
  8. | 5 | trilby_dare |
  9. | 3 | twilkcom |
  10. | 3 | mulka |
  11. | 3 | DeMarko |
  12. | 2 | theshaza |
  13. | 1 | jumpjam |
  14. +-----+-------------+
  15. 9 rows in set (0.01 sec)
Add Comment
Please, Sign In to add comment