SQL
AخA
SELECT page_title AS "Weiterleitung", rd_title AS "Weiterleitungsziel", COUNT(*) AS "Anzahl im ANR"
FROM page, redirect, linktarget, templatelinks
WHERE page_namespace = 10
AND page_is_redirect = 1
AND rd_from = page_id
AND lt_title = page_title
AND lt_namespace = page_namespace
AND tl_target_id = lt_id
AND tl_from_namespace = 0
GROUP BY page_title
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.