Find the most common question titles
Q&A for programmers
-- Most Common Titles -- find the most common question titles select lower(title) as "Title", count(*) as "Count" from posts where posttypeid = 1 --question group by lower(title) having count(*) > 2 order by "Count" desc
Error: looks like you typed in the wrong words - try again