Fork of
Pages in cat not edited by specific users
by Cryptic
This query is marked as a draft
This query has been published
by Qwerfjkl.
SQL
AخA
SELECT page_namespace, page_title
FROM categorylinks
JOIN page ON page_id = cl_from AND page_namespace = 1 AND page_is_redirect = 0
LEFT JOIN page_props ON pp_page=page_id AND pp_propname="disambiguation"
WHERE cl_to = 'Pages_using_WikiProject_banner_shell_without_a_project-independent_quality_rating'
AND NOT EXISTS
(SELECT 1
FROM revision_userindex
JOIN actor_revision ON actor_id = rev_actor
WHERE rev_page = page_id
AND actor_name IN ('Qwerfjkl (bot)', 'Cewbot')
LIMIT 1)
ORDER BY RAND()
LIMIT 1000;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.