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
.
All pages in a category ending with "stubs" that are 50000 or more characters long. For [[WP:VPR#Get rid of stub tags]] circa 22 Jun 2020.
Toggle Highlighting
SQL
SELECT page_len, page_namespace, page_title, cl_to FROM page JOIN categorylinks ON cl_from = page_id WHERE cl_to LIKE '%stubs' AND page_len >= 50000 ORDER BY page_len 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...