Skip to content

Instantly share code, notes, and snippets.

@manjeshpv
Created September 23, 2016 19:20
Show Gist options
  • Save manjeshpv/920ea5f6bd29eb921e72ecdaed8478e9 to your computer and use it in GitHub Desktop.
Save manjeshpv/920ea5f6bd29eb921e72ecdaed8478e9 to your computer and use it in GitHub Desktop.
# Resume counts
SELECT substr(resume_path, 1, 2) as a, count(1) FROM `candidates` group by a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment