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 without {{dp}}
by
Bdijkstra
This query is marked as a draft
This query has been published
by
Bdijkstra
.
Toggle Highlighting
SQL
USE nds_nlwiki_p; SELECT pf.page_namespace AS 'from_ns', pf.page_title AS 'from_title', pt.page_namespace AS 'to_ns', pt.page_title AS 'to_title' FROM page pt, page_props, pagelinks, page pf, revision WHERE pf.page_is_redirect=0 AND pt.page_id=pp_page AND pp_propname='disambiguation' AND pl_namespace=pt.page_namespace AND pl_title=pt.page_title AND pt.page_title NOT REGEXP '_\\([a-z]+\\)' AND pl_from=pf.page_id AND pf.page_latest=rev_id ORDER BY rev_timestamp DESC LIMIT 50
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...