This query is marked as a draft This query has been published by Edgars2007.

SQL

AخA
 
use lvwiki_p;
use lvwiki_p;
SELECT pl_namespace, pl_from_namespace, page_title, page_id
FROM page
INNER JOIN pagelinks ON pl_from = page_id AND pl_namespace != pl_from_namespace
WHERE page_is_redirect = 1
order by pl_from_namespace desc, page_title asc
LIMIT 800
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...