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
The Anome
.
query to find non-redirect, non-disambig articles without corresponding talk pages, created by Matěj Suchánek
Toggle Highlighting
SQL
SELECT page_title FROM page AS articles LEFT JOIN page_props ON pp_page = page_id AND pp_propname = 'disambiguation' WHERE page_namespace = 0 AND page_is_redirect = 0 AND pp_page IS NULL AND NOT EXISTS (SELECT 1 FROM page WHERE page_namespace = 1 AND page_title = articles.page_title) AND NOT EXISTS (SELECT 1 FROM templatelinks JOIN linktarget ON lt_id = tl_target_id WHERE tl_from = articles.page_id AND lt_namespace = 10 AND lt_title IN ('Set_index', 'Surname', 'Given_name', 'MolFormIndex', 'Molecular_formula_disambiguation', 'MolFormDisambig', 'Animal_common_name', 'Chemistry_index', 'Wi', 'Wiktionary_redirect'))
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...