The minimum, maximum, and average number of answers per post on Stack Overflow.
Q&A for programmers
-- Minimum, Maximum, and Average Number of Answers Per Post -- The minimum, maximum, and average number of answers per post on Stack Overflow. select min(Posts.AnswerCount) as [Minimum # of Answers], avg(cast(Posts.AnswerCount as decimal)) as [Average # of Answers], max(Posts.AnswerCount) as [Maximum # of Answers] from Posts where Posts.PostTypeId=1
Error: looks like you typed in the wrong words - try again