Skip to content

Instantly share code, notes, and snippets.

@mattm
Created May 15, 2018 13:01
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 mattm/9b9b81233e56f9e521a8b705e62bda5c to your computer and use it in GitHub Desktop.
Save mattm/9b9b81233e56f9e521a8b705e62bda5c to your computer and use it in GitHub Desktop.
Page Views
SELECT
current_url,
COUNT(*) AS page_views
FROM mp.event
GROUP BY 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment