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
Guyinblack25
.
Toggle Highlighting
SQL
SELECT DISTINCT page.page_title, page.page_len AS "page_len (bytes)", LEN(text.old_text) AS "text (bytes)" FROM category AS c INNER JOIN categorylinks AS cl ON c.cat_title = cl.cl_to INNER JOIN page ON cl.cl_from = page.page_id INNER JOIN revision ON page.page_latest = revision.rev_id INNER JOIN text ON revision.rev_text_id = text.old_id WHERE c.cat_title = 'Stub-Class_video_game_articles' ORDER BY "text (bytes)" DESC LIMIT 100;
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...