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
BilledMammal
.
Toggle Highlighting
SQL
SELECT page_title FROM page WHERE page_id NOT IN ( SELECT article.page_id FROM page AS article LEFT JOIN page AS talk ON article.page_title = talk.page_title JOIN pagelinks AS articlelinks ON article.page_id = articlelinks.pl_from JOIN pagelinks AS talklinks ON article.page_id = talklinks.pl_from WHERE article.page_is_redirect = 1 AND talk.page_is_redirect = 1 AND article.page_namespace = 0 AND talk.page_namespace = 1 AND articlelinks.pl_namespace = 0 AND talklinks.pl_namespace = 1 AND articlelinks.pl_title = talklinks.pl_title AND talk.page_title IS NOT NULL) AND page_is_redirect = 1 AND page_namespace = 0
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...