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
William Avery
.
Toggle Highlighting
SQL
select p.page_title,count(s.page_title) from page p join redirect r on r.rd_from = p.page_id join linktarget t on lt_namespace = 0 and lt_title = p.page_title join pagelinks l on l.pl_target_id=t.lt_id and l.pl_namespace=0 join page s on s.page_id = l.pl_from where /* p.page_title like 'B%’%' and */ p.page_namespace=0 and s.page_namespace=0 and r.rd_namespace=0 and r.rd_title = replace(p.page_title,'’','''') and s.page_title != p.page_title group by p.page_title order by 2 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...