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
TheDJ
.
https://phabricator.wikimedia.org/T155741
Toggle Highlighting
SQL
SELECT CONCAT(img_major_mime,"/",img_minor_mime) AS MIME, img_metadata, CONCAT("File:", REPLACE(img_name,"_"," ")) AS Example, COUNT(*) AS COUNT FROM image WHERE LENGTH(img_metadata)<9 /*smallest is 9 bytes: {"x";i:0} */ GROUP BY 1, 2 ORDER BY COUNT(*) DESC;
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...