Skip to content

Instantly share code, notes, and snippets.

@PharaohKJ
Created March 4, 2017 06:47
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 PharaohKJ/7829681e7e8a5b592d1114d3bc2836fe to your computer and use it in GitHub Desktop.
Save PharaohKJ/7829681e7e8a5b592d1114d3bc2836fe to your computer and use it in GitHub Desktop.
SELECT cs_uri_stem, count(cs_uri_stem) as count
FROM cloudfront_logs
GROUP BY cs_uri_stem
ORDER BY count desc;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment