Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Jheald
.
Filepages that redirect to filepages in a given category
Toggle Highlighting
SQL
use commonswiki_p; SELECT pf.page_title FROM categorylinks AS c1 JOIN page AS p1 ON c1.cl_from=p1.page_id AND p1.page_namespace=6 AND p1.page_is_redirect=0 JOIN redirect AS rd ON p1.page_title = rd.rd_title JOIN page AS pf ON rd.from = pf.page_id WHERE c1.cl_to='Set_of_Maps' # LIMIT 10
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...