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
.
Find links to articles which aren't about flora or fauna
Toggle Highlighting
SQL
SELECT Plist.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 Ptaxo ON Ptaxo.page_namespace = 0 AND Ptaxo.page_title = PL.pl_title WHERE Plist.page_namespace = 0 AND Plist.page_title BETWEEN "List" AND "Lisu" AND Plist.page_title = "List_of_the_Cenozoic_life_of_Delaware" AND PL.pl_namespace = 0 AND Ptaxo.page_is_redirect = 0 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 LIKE "Taxo%") ORDER BY Plist.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...