Fork of Find out if a page is a redirect by SoWhy
This query is marked as a draft This query has been published by SQL.

SQL

AخA
 
SELECT redir.rd_title
FROM redirect AS redir
JOIN page AS pge ON pge.page_id = redir.rd_from
WHERE pge.page_is_redirect = 1 
AND pge.page_title = "Main_page"
AND pge.page_namespace = 1
 
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...