Toggle navigation
βeta
Home
New Query
Recent Queries
Discuss
Database tables
MediaWiki
Wikibase
Replicas browser and optimizer
Login
Fork
Fork of
Commons Category page names (too long)
by
Riley Huntley
This query is marked as a draft
This query has been published
by
Estopedist1
.
SQL
USE etwiki_p; select page_title, CHAR_LENGTH(page_title) from page where page_namespace=14 and page_is_redirect=0 order by CHAR_LENGTH(page_title) DESC limit 10;
By running queries you agree to the
Labs ToS
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
All SQL code is licensed under
CC0 License
.
Checking query status...