Q&A for programmers
select count(distinct q.id) as Questions from posts q join posts a on q.id = a.parentid where q.posttypeid = 1 and a.posttypeid = 2 and q.closeddate is null and DATEPART(yyyy, q.CreationDate) = 2012 and a.owneruserid = q.owneruserid and a.score <= 0 and ( ( q.score <= 0 and q.viewcount <= datediff(dd, q.creationdate, getdate()) * 1.5 ) or ( q.score <= -1 ) )
Error: looks like you typed in the wrong words - try again