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 datediff(DD, q.CreationDate, a.creationDate) < 1 and a.score >= 1 and q.score >= 0
Error: looks like you typed in the wrong words - try again