SQL
x
use plwiki_p;
select page_title
from link
inner join page on l_from = page_id
inner join redirect on l_to = rd_from
where
page_namespace = 0 and
rd_namespace = 0 and
rd_title = page_title
limit 10;
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.