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
Msz2001
.
Toggle Highlighting
SQL
SELECT pfrom.page_title AS "from", GROUP_CONCAT("[[" || pto.page_title || "]]" SEPARATOR ", ") AS "links" FROM page pfrom JOIN pagelinks ON pfrom.page_id = pl_from JOIN linktarget ON lt_id = pl_target_id JOIN page pto ON lt_title = pto.page_title AND lt_namespace = pto.page_namespace JOIN page_props ON pto.page_id = pp_page AND pp_propname = "disambiguation" WHERE pfrom.page_namespace = 0 AND NOT pfrom.page_is_redirect AND NOT EXISTS (SELECT * FROM page_props WHERE pp_page = pfrom.page_id AND pp_propname = "disambiguation") GROUP BY pfrom.page_title ORDER BY 1 ASC;
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...