Skip to content

Instantly share code, notes, and snippets.

@atopal
Created December 12, 2017 16:45
Show Gist options
  • Save atopal/0cc999f57cd9f3c90b1271519940f3e5 to your computer and use it in GitHub Desktop.
Save atopal/0cc999f57cd9f3c90b1271519940f3e5 to your computer and use it in GitHub Desktop.
Contributors per month
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