Skip to content

Instantly share code, notes, and snippets.

@atopal
Created June 16, 2015 16:25
Show Gist options
  • Save atopal/ea9588d64d3df7d43ea2 to your computer and use it in GitHub Desktop.
Save atopal/ea9588d64d3df7d43ea2 to your computer and use it in GitHub Desktop.
broken templates
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