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
Zache
.
Toggle Highlighting
SQL
SELECT floor(img_timestamp/10000000000) as year, sum(1) as total, sum(image_media_type="BITMAP") as bitmap, sum(image_media_type="DRAWING") as drawing, sum(image_media_type="AUDIO") as audio, sum(image_media_type="VIDEO") as vide, sum(image_media_type="OFFICE") as office, sum(image_media_type="3d") as type_3d, FROM image group by year;
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...