Skip to content

Instantly share code, notes, and snippets.

@Everettss
Created September 16, 2017 19:29
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/147ef63e93bd5ec8378e7aea64c3d2b3 to your computer and use it in GitHub Desktop.
Save Everettss/147ef63e93bd5ec8378e7aea64c3d2b3 to your computer and use it in GitHub Desktop.
SELECT tasksCounter, (count(distinct projectID) / 286140 * 100) as percent
FROM [scripts]
GROUP BY tasksCounter
ORDER BY tasksCounter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment