Closed questions that need a lot of votes to delete
Q&A for programmers
-- Hard to delete -- Closed questions that need a lot of votes to delete Select q.Id as [Post Link], (Score + AnswerScore) / 20 + 3 as [Delete Votes] From Posts as q join (Select Sum(Score) as AnswerScore, ParentId from Posts Where PostTypeId=2 Group By ParentId) as a on a.ParentId=q.Id Where ClosedDate is not null and ((Score + AnswerScore) / 20 + 3) > 10 Order By (Score + AnswerScore) / 20 Desc
Error: looks like you typed in the wrong words - try again