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
Hgzh
.
Toggle Highlighting
SQL
USE dewiki_p; SELECT pl.pl_title AS title, COUNT(pl.pl_title) AS count FROM pagelinks pl INNER JOIN page pd ON (pd.page_title = pl.pl_title AND pd.page_namespace = pl.pl_namespace) LEFT JOIN page ps ON (ps.page_id = pl.pl_from) LEFT JOIN pagelinks pls ON (pls.pl_title = ps.page_title AND pls.pl_namespace = 0 AND pls.pl_from_namespace = 0 AND ps.page_is_redirect = 1) LEFT JOIN page plsp ON (plsp.page_id = pls.pl_from) INNER JOIN page_props pp ON (pp.pp_page = pd.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 200
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...