Skip to content

Instantly share code, notes, and snippets.

@Everettss
Created September 16, 2017 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Everettss/7c4888ce46b79dcc00871af82522d14b to your computer and use it in GitHub Desktop.
Save Everettss/7c4888ce46b79dcc00871af82522d14b to your computer and use it in GitHub Desktop.
SELECT taskName, (count(*) / 974274 * 100) as percent
FROM [scripts]
GROUP BY taskName
ORDER BY percent DESC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment