Fork of redirects to ref- templates by Abiyoyo
This query is marked as a draft This query has been published by Abiyoyo.

SQL

AخA
 
SELECT
  page_title,
  pl_title
FROM pagelinks
JOIN page ON pl_from = page_id
WHERE pl_namespace = 10
AND pl_from_namespace = 10
AND page_is_redirect = 1
AND pl_title LIKE 'Ref-%'
AND page_title NOT LIKE '%_icon'
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...