Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
PAS upload count
by
Fæ
This query is marked as a draft
This query has been published
by
Fæ
.
This count based purely on filename and uploader (me) and is a handy guide to size of the total size of the mass upload. It excludes uploads to the main PAS category that were not uploaded by Fæ, as there were around 1,200 already uploaded from the Finds database before the upload project started. Used at https://commons.wikimedia.org/wiki/User:Fæ/Project_list/PAS.
Toggle Highlighting
SQL
USE commonswiki_p; SELECT COUNT(img_name) AS Count, SUM(img_size/(1<<40)) AS Size_TB, LEFT(MAX(img_timestamp),8) AS Date FROM image WHERE img_user_text="Fæ" AND img_name LIKE '%Ordnance_Survey%';
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...