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
Certes
.
Toggle Highlighting
SQL
SELECT Plist.page_title, Predir.page_title, Ptaxo.page_title FROM page Plist JOIN pagelinks PL ON PL.pl_from_namespace = 0 AND PL.pl_from = Plist.page_id JOIN page Predir ON Predir.page_namespace = 0 AND Predir.page_title = PL.pl_title JOIN redirect R ON R.rd_from = Predir.page_id JOIN page Ptaxo ON Ptaxo.page_namespace = 0 AND Ptaxo.page_title = R.rd_title WHERE Plist.page_namespace = 0 AND Plist.page_title BETWEEN "List" AND "Lisu" AND Plist.page_title LIKE "List_of_the_Cenozoic_life_of_%" AND PL.pl_namespace = 0 AND Predir.page_is_redirect = 1 AND R.rd_namespace = 0 AND Ptaxo.page_is_redirect = 1 AND NOT EXISTS (SELECT 1 FROM pagelinks PLt WHERE PLt.pl_from_namespace = 0 AND PLt.pl_from = Ptaxo.page_id AND PLt.pl_namespace = 10 AND PLt.pl_title = "Taxobox") ORDER BY Plist.page_title, Predir.page_title, Ptaxo.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...