SQL
AخA
SELECT CONCAT('WP:', wpafd.page_title) AS afd
FROM categorylinks
JOIN page AS article ON article.page_namespace = 0 AND article.page_id = cl_from
JOIN page AS wpafd ON wpafd.page_namespace = 4 AND wpafd.page_title = CONCAT('Articles_for_deletion/', article.page_title)
WHERE cl_to = 'Disambiguation_pages_with_Chinese_character_titles';
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.