Skip to content

Instantly share code, notes, and snippets.

@bAcheron
Last active January 10, 2020 17:42
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 bAcheron/2a8613be13653d25126d69e512552716 to your computer and use it in GitHub Desktop.
Save bAcheron/2a8613be13653d25126d69e512552716 to your computer and use it in GitHub Desktop.
select
count(*),
cast(cast(starttime as datetime) as date)
from
bike_rides b
group by
cast(cast(starttime as datetime) as date)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment