SQL
AخA
SELECT page_title
FROM categorylinks
JOIN page
ON cl_from = page_id
JOIN user
ON user_name = page_title
WHERE cl_to = "Wikipedia_administrators"
AND cl_type = "page"
AND ( page_namespace = 2
OR page_namespace = 3 )
AND user_id NOT IN (SELECT ug_user
FROM user_groups
WHERE ug_user = user_id
AND ug_group = "sysop");
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.