Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
All enwiki redirects in the file namespace
by
Novem Linguae
This query is marked as a draft
This query has been published
by
Cryptic
.
All redirect pages in the File: namespace that are displayed at least once in the main namespace. For [[WP:RAQ#List of all file redirects that are in use in mainspace]] circa 19 December 2024.
Toggle Highlighting
SQL
SELECT DISTINCT page_title FROM page JOIN imagelinks ON il_to = page_title WHERE page_is_redirect = 1 AND page_namespace = 6 AND il_from_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
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...