Skip to content

Instantly share code, notes, and snippets.

@atopal
Created May 17, 2015 13:23
Show Gist options
  • Save atopal/2f072f3101c252e2f5e7 to your computer and use it in GitHub Desktop.
Save atopal/2f072f3101c252e2f5e7 to your computer and use it in GitHub Desktop.
All edits to the KB over a certain time frame
SELECT `wiki_revision`.`id`
FROM `wiki_revision`
WHERE `wiki_revision`.`created` >= '2015-01-01 0'
AND `wiki_revision`.`created` < '2015-05-01 0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment