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
Cryptic
.
Number of mainspace, non-redirect pages with each short description length, combining 100+. The length field is mislabelled; the number is the length in bytes, not characters. This makes a difference for characters not represented in one byte in UTF-8 (é, for example, is one character but two bytes). For [[WP:RAQ#Request for table showing the length of short descriptions in article space]] circa 24 June 2022.
Toggle Highlighting
SQL
SELECT COUNT(*) AS 'count', LENGTH(pp_value) AS 'len' FROM page_props JOIN page ON page_id = pp_page WHERE pp_propname = 'wikibase-shortdesc' AND page_namespace = 0 AND page_is_redirect = 0 GROUP BY len HAVING len >= 100 ORDER BY len ASC;
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...