Skip to content

Instantly share code, notes, and snippets.

@grgaortiz
Created October 30, 2015 17:50
Show Gist options
  • Save grgaortiz/78c85e05c6500d41bac0 to your computer and use it in GitHub Desktop.
Save grgaortiz/78c85e05c6500d41bac0 to your computer and use it in GitHub Desktop.
SELECT skill,
count(*) as count
FROM EmployeeSkills
WHERE skill != ''
GROUP BY skill
ORDER BY Count DESC
Limit 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment