Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Top 10.000 linked disambiguation pages on dewiki
by
Hgzh
This query is marked as a draft
This query has been published
by
Bennylin
.
Toggle Highlighting
SQL
use idwiki_p; SELECT CONCAT('# [[', pl.pl_title, ']] (', COUNT(pl.pl_from), ' Links)') FROM pagelinks pl INNER JOIN page p ON (p.page_title = pl.pl_title AND p.page_namespace = pl.pl_namespace) INNER JOIN page_props pp ON (pp.pp_page = p.page_id AND pp.pp_propname = 'disambiguation') WHERE pl.pl_namespace = 0 AND pl.pl_from_namespace = 0 GROUP BY pl.pl_title ORDER BY COUNT(pl.pl_from) DESC LIMIT 10000
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...