Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
nlwiki Disambiguation pages with 0 or 1 outgoing wikilink
by
Bdijkstra
This query is marked as a draft
This query has been published
by
Bdijkstra
.
limit due to long runtime TODO: include redirects to dp's
Toggle Highlighting
SQL
SELECT page_namespace AS dp_ns, page_title AS dp_title, REGEXP_REPLACE(page_title, '_\(.*\)', '') AS dp_label FROM page, page_props WHERE pp_page=page_id AND pp_propname='disambiguation' HAVING dp_title!=dp_label LIMIT 10 /* SELECT page_namespace AS dp_ns, page_title AS dp_title FROM page, pagelinks WHERE page_id=pl_from AND NOT (pl_namespace=4 AND pl_title='Doorverwijspagina') AND EXISTS (SELECT * FROM page_props WHERE pp_page=page_id AND pp_propname='disambiguation') GROUP BY pl_from*/
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...