Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
mp1.3 DAB pages with redirected links (old version)
by
Saeidpourbabak
This query is marked as a draft
This query has been published
by
Dalba
.
Toggle Highlighting
SQL
use fawiki_p; select distinct concat('# [[', page_title, ']]'), count(pl_from) #,rd_title from page left join pagelinks on page_id = pl_from right join page_props on pp_page = page_id where page_is_redirect = 1 and page_namespace = 0 and pp_propname = 'disambiguation' and exists ( select null from pagelinks as pl2 where pl2.pl_from = page_id ) and pl_title = page_title and pl_from_namespace = 0 group by pl_title order by count(pl_from) 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...