Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Count of mainspace titles that have a given number of redirects
by
Erutuon
This query is marked as a draft
This query has been published
by
Erutuon
.
Mainspace pages on English Wikipedia with a ridiculous number of redirects.
Toggle Highlighting
SQL
use enwiki_p; select `count` as `redirect count`, `redirect target` from ( select count(rd_from) as `count`, rd_title as `redirect target` from redirect where rd_namespace = 0 group by rd_namespace, rd_title ) redirect_counts where `count` >= 200 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...