Q&A for programmers
-- Good answers to bad questions select top 100 p.Id as [Post Link], p.Score as AnswerScore, q.Score as QuestionScore from Posts p inner join Posts q on q.Id = p.ParentId and q.Score < 0 where p.Score > 10 and not (p.Score >= 20 and q.Score <= -5) order by q.Score asc
Error: looks like you typed in the wrong words - try again