Skip to content

Instantly share code, notes, and snippets.

@jdwyah
Last active August 29, 2015 14:15
Show Gist options
  • Save jdwyah/e892832d82b5c06d3532 to your computer and use it in GitHub Desktop.
Save jdwyah/e892832d82b5c06d3532 to your computer and use it in GitHub Desktop.
select date_trunc('month', date), count(distinct user_id) from events
where event = "login" group by 1 order by 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment