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
.
Articles with talk pages but not assigned to WikiProjects, obsolete
Toggle Highlighting
SQL
SELECT articles.page_title FROM page AS articles -- JOIN page AS tp ON tp.page_title = articles.page_title AND tp.page_namespace = 1 JOIN page_props ON pp_page = articles.page_id AND pp_propname = 'disambiguation' WHERE articles.page_namespace = 0 AND articles.page_is_redirect = 0 AND pp_page IS NULL AND EXISTS (SELECT 1 FROM page AS ttt WHERE ttt.page_namespace = 1 AND ttt.page_title = articles.page_title) LIMIT 100
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...