Fork of
تحويلات مكسورة
by ASammour
This query is marked as a draft
This query has been published
by Meno25.
SQL
AخA
use arwiki_p;
select * from redirect
inner join page
on page_id =rd_from
where rd_title not in (select page_title from page where page_title= rd_title and rd_namespace = page_namespace)
and page_is_redirect = 1
and rd_namespace >= 0
and rd_interwiki = ""
limit 100;
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.