Most Active Answerers

0

Please login or register to vote for this query.

(click on this box to dismiss)

Stack Overflow

Q&A for professional and enthusiast programmers

select u.Id as [User Link], u.Reputation, count(*) as Answers 
  from Users u, Posts p, Posts pp 
where p.OwnerUserId = u.Id
  and pp.Id = p.ParentId
  and DATEDIFF(day, p.CreationDate, getdate()) <= 180
group by u.Id, u.Reputation
order by Answers desc, Reputation desc

Enter Parameters

Options:
Switch to meta site
loading Hold tight while we fetch your results