Fork of Overwrites by Jan Arkesteijn filtered by metadata by
This query is marked as a draft This query has been published by .

SQL

AخA
 
USE commonswiki_p;
SELECT
    page_title,
    img_width
FROM page
JOIN image ON page_title=img_name
JOIN categorylinks ON cl_to = "Images_from_Groam_House_Museum" AND page_id = cl_from;
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.

Checking query status...