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
.
List FOO (gene) articles which are not linked directly or indirectly to the corresponding FOO article.
Toggle Highlighting
SQL
SET STATEMENT max_statement_time = 120 FOR SELECT Pg.page_title FROM page Pg JOIN page Pb ON Pb.page_namespace AND Pb.page_title=SUBSTR(Pg.page_title, 1, CHAR_LENGTH(Pg.page_title)-5) WHERE Pg.page_namespace=0 AND Pg.page_title LIKE 'A%_(gene)' AND NOT EXISTS ( SELECT 1 FROM pagelinks WHERE pl_from=Pb.page_id AND pl_from_namespace=0 AND pl_title=Pg.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...