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
Ruthven
.
Talkpages without a file or a page
Toggle Highlighting
SQL
#Talkpages without a file or a page. #1: principlae, 7:file, 11:template, 15:categoria, 119:bozza SELECT page_namespace, page_title, page_is_redirect FROM page talkpage WHERE talkpage.page_title NOT LIKE '%/%' AND talkpage.page_namespace IN (1,7,11,15,119) AND NOT EXISTS ( SELECT 1 FROM page mainpage WHERE mainpage.page_title=talkpage.page_title AND mainpage.page_namespace=talkpage.page_namespace-1 ) 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...