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 = 0
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.