This query is marked as a draft This query has been published by Vahurzpu.

SQL

AخA
 
SELECT sourcepage.page_title, redirect.rd_title
FROM categorylinks
INNER JOIN page sourcepage ON categorylinks.cl_from = sourcepage.page_id
INNER JOIN redirect ON sourcepage.page_id = redirect.rd_from
# INNER JOIN page targetpage ON redirect.rd_title = targetpage.page_title
WHERE categorylinks.cl_to = "Pages_using_authority_control_with_parameters"
AND sourcepage.page_namespace = 0
# AND targetpage.page_namespace = 0
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.

Checking query status...