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

Is that top overall karma users, but then sorted by comment karma, or is that actually top comment karma users?


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: