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
Nemo bis
.
Toggle Highlighting
SQL
USE commonswiki_p; SELECT img_name, img_width*img_height/1000000 AS Mpx, img_minor_mime AS type, min(rev_timestamp)-- , user_editcount FROM image JOIN imagelinks ON img_name = il_to AND il_from = 45961050 -- https://commons.wikimedia.org/?curid=45961050 JOIN revision ON img_user = rev_user AND rev_timestamp < img_timestamp; -- JOIN user -- ON img_user = user_id;
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...