Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
collect all images for WLM per year with country
by
Effeietsanders
This query is marked as a draft
This query has been published
by
VRook (WMF)
.
Toggle Highlighting
SQL
SELECT subcat.page_title, catlink2.cl_from, pg_img.page_title FROM page AS subcat INNER JOIN categorylinks AS catlink1 ON subcat.page_id = catlink1.cl_from INNER JOIN categorylinks AS catlink2 ON subcat.page_title = catlink2.cl_to INNER JOIN page AS pg_img ON pg_img.page_id = catlink2.cl_from WHERE catlink1.cl_to = "Images_from_Wiki_Loves_Monuments_2011" AND catlink1.cl_type = "subcat" AND catlink2.cl_type = "file" LIMIT 10000 ;
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...