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
Tohaomg
.
Toggle Highlighting
SQL
SELECT (case when (img_size>=4294967296) then '4 GB-inf' when (img_size>=2147483648 AND img_size<4294967296) then '2-4 GB' when (img_size>=1073741824 AND img_size<2147483648) then '1-2 GB' when (img_size>=536870912 AND img_size<1073741824) then '512 MB-1 GB' when (img_size>=268435456 AND img_size<536870912) then '256-512 MB' end) as filesize_group, count(1) as entries FROM commonswiki_p.image WHERE img_size>=268435456 GROUP BY filesize_group
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...