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
Erutuon
.
English Wikipedia; doesn't include pages with zero redirects.
Toggle Highlighting
SQL
select count(*) as pages, redirect_counts.count as `redirect count` from ( select count(rd_from) as count from redirect where rd_namespace = 0 group by rd_namespace, rd_title ) redirect_counts group by redirect_counts.count order by pages 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...