Skip to content

Instantly share code, notes, and snippets.

@atopal
Created August 2, 2013 15:20
Show Gist options
  • Select an option

  • Save atopal/6140708 to your computer and use it in GitHub Desktop.

Select an option

Save atopal/6140708 to your computer and use it in GitHub Desktop.
number of distinct kb editors
SELECT DATE(`wiki_revision`.`created`), count(distinct(`wiki_revision`.`creator_id`)
FROM `wiki_revision`
WHERE `wiki_revision`.`created` > "2013-07-01 0"
AND `wiki_revision`.`created` < "2013-08-01 0"
GROUP BY DATE(`wiki_revision`.`created`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment