Skip to content

Instantly share code, notes, and snippets.

@atopal
Created May 17, 2015 13:40
Show Gist options
  • Save atopal/920bd2a12909478ddb1b to your computer and use it in GitHub Desktop.
Save atopal/920bd2a12909478ddb1b to your computer and use it in GitHub Desktop.
All support forum pots for a certain time frame
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