Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Size of uploads by Gone Postal (in MiB)
by
Gone Postal
This query is marked as a draft
This query has been published
by
Butko
.
This count based purely on filename and uploader, a handy guide to size of the total size uploads presuming bot accounts are not the actual uploaders for some projects.
Toggle Highlighting
SQL
USE commonswiki_p; SELECT COUNT(img_name) AS Count, SUM(img_size)>>20 AS Size_MiB FROM image INNER JOIN actor_image ON actor_id = img_actor WHERE actor_name = "Butko";
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...