Skip to content

Instantly share code, notes, and snippets.

@atopal
Created December 12, 2017 16:49
Show Gist options
  • Save atopal/52f62aae03b99dd359ef55521f5d99a2 to your computer and use it in GitHub Desktop.
Save atopal/52f62aae03b99dd359ef55521f5d99a2 to your computer and use it in GitHub Desktop.
Edits per month
SELECT DATE_FORMAT(`wiki_revision`.`created`,'%Y-%m'), count(`wiki_revision`.`created`)
From `wiki_revision`
WHERE `wiki_revision`.`created`>="2016-1-1 0"
GROUP BY DATE_FORMAT(`wiki_revision`.`created`,'%Y-%m')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment