Created
June 16, 2015 16:25
-
-
Save atopal/ea9588d64d3df7d43ea2 to your computer and use it in GitHub Desktop.
broken templates
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 * | |
FROM `wiki_document` | |
WHERE `wiki_document`.`category` = 60 | |
AND `wiki_document`.`title` NOT LIKE "Template:%" | |
AND `wiki_document`.`html` LIKE "%REDIRECT%" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment