Last active
January 23, 2018 15:40
-
-
Save Arnold1/9ec8de27d0918f8a58f3b9c456714594 to your computer and use it in GitHub Desktop.
query
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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