The questions with the lowest views/day
Q&A for programmers
-- Least noticed questions -- The questions with the lowest views/day SELECT TOP 20 p.Score, p.Id AS [Post Link], p.ViewCount, DATEDIFF(day, p.CreationDate, GETUTCDATE()) as DaysOld, (p.ViewCount / CAST(DATEDIFF(day, p.CreationDate, GETUTCDATE()) AS float)) as ViewsPerDay, p.Tags FROM Posts p WHERE p.PostTypeId = 1 ORDER BY (p.ViewCount / CAST(DATEDIFF(day, p.CreationDate, GETUTCDATE()) AS float))
Error: looks like you typed in the wrong words - try again