Created
December 12, 2017 16:49
-
-
Save atopal/52f62aae03b99dd359ef55521f5d99a2 to your computer and use it in GitHub Desktop.
Edits per 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 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