Skip to content

Instantly share code, notes, and snippets.

@Arnold1
Last active January 23, 2018 15:40
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