Fork of Cross-namespace redirects by Stefan2
This query is marked as a draft This query has been published by Geraki.

SQL

AخA
 
USE elwiki_p;
SELECT p.page_title FROM page p
JOIN redirect r ON r.rd_from = p.page_title
WHERE p.page_namespace = 0
AND r.rd_namespace NOT IN (0, #Article
                           14, # Category
                           10, # Template
                           4, # Wikipedia
                           5, # Wikipedia talk - see Wikipedia:Redirects for discussion/Log/2012 July 16#Rules to consider/Confer in e-mail debate
                           12, # Help
                           100) # Portal
                           
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.

Query status: complete

Executed on Wed, 04 May 2016 15:00:53 UTC.