Created
May 17, 2015 13:23
-
-
Save atopal/2f072f3101c252e2f5e7 to your computer and use it in GitHub Desktop.
All edits to the KB over a certain time frame
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 `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