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
Saeidpourbabak
.
Toggle Highlighting
SQL
use fawiki_p; select concat('# [[', page_title, ']]'), count(pl_from), rd_title from pagelinks left join page on pl_namespace = page_namespace and pl_title = page_title left join redirect on page_id = rd_from where page_is_redirect = 1 and page_namespace = 0 and rd_namespace = 0 and pl_from_namespace = 0 and exists ( # pl_from in non-redirect ids select null from page where pl_from = page_id and page_is_redirect=0 ) and exists ( select null from page where page_title = rd_title and exists ( select null from page_props where page_id = pp_page and pp_propname = 'disambiguation' ) ) 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...