Fork of
Links to redirects
by Uziel302
This query is marked as a draft
This query has been published
by IKhitron.
SQL
AخA
use hewiki_p;
select l.pl_from, l.pl_title, r.rd_title from redirect r
join page p on r.rd_from=p.page_id
join pagelinks l on p.page_title=l.pl_title
where r.rd_namespace=0 and p.page_namespace=0
limit 1000;
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.