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
LD
.
See also: https://quarry.wmcloud.org/query/64526, https://quarry.wmcloud.org/query/64097 and https://en.wikipedia.org/w/index.php?title=Wikipedia:Request_a_query&oldid=1087526075#Quarry_:_subpages
Toggle Highlighting
SQL
SELECT page_is_redirect, page_namespace, page_title, SUBSTRING_INDEX(page_title,'/À_faire',1) FROM page talkpage WHERE talkpage.page_title LIKE '%/À_faire' AND talkpage.page_namespace IN (1,5,11,15,101,119,711,829) AND (NOT EXISTS (SELECT 1 FROM page mainpage WHERE mainpage.page_namespace = talkpage.page_namespace-1 AND mainpage.page_title=SUBSTRING_INDEX(talkpage.page_title,'/À_faire',1)) OR NOT EXISTS (SELECT 1 FROM page mainpage WHERE mainpage.page_namespace = talkpage.page_namespace AND mainpage.page_title=SUBSTRING_INDEX(talkpage.page_title,'/À_faire',1))) ORDER BY page_namespace, page_title
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...