Created
May 17, 2015 13:28
-
-
Save atopal/b1f8e1363385d88c98c7 to your computer and use it in GitHub Desktop.
All replies in Army of Awesome for a time frame by month
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 `customercare_reply`.`created`, count(*) | |
FROM `customercare_reply` | |
WHERE `customercare_reply`.`created` BETWEEN '2015-01-01' AND '2015-05-01' | |
GROUP BY month(`customercare_reply`.`created`) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment