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
Firefly
.
Toggle Highlighting
SQL
select distinct pl_title from pagelinks as pl where pl.pl_namespace=0 and pl.pl_from_namespace=0 and pl.pl_title not like '%_in_%' and ((select page_id from page where page_title=pl_title and page_namespace=0) is null) and ((select count(pl3.pl_title) from pagelinks as pl3 where pl3.pl_title=pl.pl_title and pl3.pl_namespace=0 and pl3.pl_from_namespace=10) = 0) and ((select count(pl2.pl_title) from pagelinks as pl2 where pl2.pl_title=pl.pl_title and pl2.pl_namespace=0 and pl2.pl_from_namespace=0) > 50) 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...