Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Cross-wiki uploads: statistics on survived images, with usage
by
Nemo bis
This query is marked as a draft
This query has been published
by
Nemo bis
.
Toggle Highlighting
SQL
USE commonswiki_p; SELECT img_width*img_height/1000000 AS Mpx, img_minor_mime AS type, (UNIX_TIMESTAMP(img_timestamp)-UNIX_TIMESTAMP(log_timestamp))/3600/24 AS userAgeDays, img_name -- , user_editcount FROM image JOIN imagelinks ON img_name = il_to AND il_from = 45961050 -- https://commons.wikimedia.org/?curid=45961050 JOIN logging_userindex ON img_user = log_user AND log_type = 'newusers'; -- 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...