Created
December 12, 2017 16:45
-
-
Save atopal/0cc999f57cd9f3c90b1271519940f3e5 to your computer and use it in GitHub Desktop.
Contributors 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(DISTINCT(`wiki_revision`.`creator_id`)) | |
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