Jump to content
HWBOT Community Forums

HWBOT popularity ranking


richba5tard

Recommended Posts

One week after the ability to vote for a submission has been released, it's time for a preliminary popularity ranking. :D

 

mysql> select sum(result.votes) votes, user.name from result join user using (user_id) group by user_id having votes > 0 order by votes desc limit 20;
+-------+---------------+
| votes | name          |
+-------+---------------+
|    55 | AndreYang     | 
|    52 | NickShih      | 
|    41 | k|ngp|n       | 
|    27 | hipro5        | 
|    21 | GraduS        | 
|    18 | D'n'B         | 
|    16 | stummerwinter | 
|    10 | demios        | 
|     9 | Benji Tshi    | 
|     8 | jmax_oc       | 
|     7 | Matti OC      | 
|     6 | Qartweli      | 
|     6 | dinos22       | 
|     5 | angoholic     | 
|     5 | SF3D          | 
|     5 | GutterZ       | 
|     5 | TinTin@OCQQ   | 
|     4 | Dualist       | 
|     4 | packet        | 
|     4 | road-runner   | 
+-------+---------------+
20 rows in set (1.44 sec)

 

Congrats AndreYang! :woot:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...