Fork of
zhwiki: link from article to userpage
by Xiplus
This query is marked as a draft
This query has been published
by Xiplus.
SQL
AخA
SELECT CONCAT("User:", page_title) AS "from", rd_title AS "to"
FROM (
SELECT * FROM redirect
WHERE rd_namespace = 0
) rd
LEFT JOIN page ON rd_from = page_id
WHERE page_namespace = 2
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.