Skip to content

Instantly share code, notes, and snippets.

@Arnold1
Last active January 23, 2018 15:40
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 Arnold1/9ec8de27d0918f8a58f3b9c456714594 to your computer and use it in GitHub Desktop.
Save Arnold1/9ec8de27d0918f8a58f3b9c456714594 to your computer and use it in GitHub Desktop.
query
select im_date, im_id, Count(*)
from data
where im_date between '2018-01-22' and '2018-01-22'
and im_id=12345
group by im_date, im_id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment