Created
September 18, 2017 15:04
-
-
Save Everettss/13a5d2dc4f4539b5aa4043f0d955f879 to your computer and use it in GitHub Desktop.
Revisions
-
Everettss created this gist
Sep 18, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ SELECT task, (count(distinct projectID) / 65794 * 100) as percent FROM [scripts] WHERE taskName = 'build' GROUP BY task ORDER BY percent DESC