Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Top comment karma users.

SQL query:

   SELECT
   author,
   SUM(num_points) AS total_comment_karma,
   MAX(created_at) AS last_comment
   FROM hn_comments
   GROUP BY author
   ORDER BY total_comment_karma DESC
   LIMIT 1000


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: