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
Munnamanoj
.
Toggle Highlighting
SQL
SELECT m.page_id AS id, m.page_title AS name, m.page_touched AS last_touched, m.page_len AS length, COUNT(r.rev_id) AS revision_count FROM page m LEFT JOIN revision r ON m.page_id = r.rev_page WHERE m.page_namespace = 4 AND m.page_is_redirect = 0 GROUP BY m.page_id, m.page_title, m.page_touched, m.page_len ORDER BY m.page_len DESC LIMIT 50;
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...