Q&A for programmers
-- ETL Vendors by popularity SELECT TagName AS Tags, cnt AS [Questions Tagged], ROUND(100.0 * cnt / SUM(cnt) OVER (), 2) AS [Ratio, %] FROM Tags t CROSS APPLY ( SELECT COUNT(*) AS cnt FROM PostTags pt WHERE pt.TagId = t.id ) q WHERE t.TagName IN ('pentaho','informatica','datastage','owb') ORDER BY cnt DESC
Error: looks like you typed in the wrong words - try again