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
Base
.
Toggle Highlighting
SQL
SELECT page_id, page_title, rev_user_text, rev_timestamp, img_width * img_height as pixels FROM commonswiki_p.categorylinks LEFT JOIN commonswiki_p.page ON commonswiki_p.categorylinks.cl_from = commonswiki_p.page.page_id LEFT JOIN commonswiki_p.revision ON commonswiki_p.categorylinks.cl_from = rev_page AND rev_parent_id = 0 LEFT JOIN commonswiki_p.image ON page_title = commonswiki_p.image.img_name WHERE cl_to IN ( "Images_from_Wiki_Loves_Monuments_2016_in_Ukraine" ) AND page_namespace = 6 ORDER BY pixels ASC
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...