A bit more unbiased insight than reputation
Q&A for programmers
--Users' upvotes --A bit more unbiased insight than reputation select Users.Id as UID, sum(case when VoteTypeId=2 then 1 end) as totalUpvotes, sum(case when VoteTypeId=2 and PostTypeId=1 then 1 end) as totalQueUpvotes, sum(case when VoteTypeId=2 and PostTypeId=2 then 1 end) as totalAnsUpvotes from Votes inner join Posts on Posts.Id=Votes.PostId inner join Users on Users.Id=Posts.OwnerUserId group by Users.Id order by Users.Id
Error: looks like you typed in the wrong words - try again