Created
May 17, 2015 13:40
-
-
Save atopal/920bd2a12909478ddb1b to your computer and use it in GitHub Desktop.
All support forum pots for a certain time frame
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 count(*) | |
FROM `questions_answer` | |
WHERE `questions_answer`.`created` BETWEEN '2015-01-01' AND '2015-05-01' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment