Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Largest files in Category:Uploaded with Pattypan
by
Spinster
This query is marked as a draft
This query has been published
by
Spinster
.
Largest files ever uploaded to Wikimedia Commons using the Pattypan tool.
Toggle Highlighting
SQL
SELECT img_name, img_size FROM image JOIN page ON page_namespace = 6 AND page_title = img_name JOIN categorylinks ON cl_from = page_id WHERE cl_to = 'Uploaded_with_pattypan' AND cl_type = 'file' ORDER BY img_size DESC 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...