Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Just orphans
by
Bri
This query is marked as a draft
This query has been published
by
Bri
.
Toggle Highlighting
SQL
SET @ARTICLE_SPACE = 0; select page_title as "title", page_id from page, categorylinks as c where page_namespace = @ARTICLE_SPACE #and page_title REGEXP '^[A-Z]' and page_id = c.cl_from AND c.cl_to LIKE "Disambiguation_%" and not exists ( select 1 from pagelinks where pl_from = page_id ) order by page_title LIMIT 1;
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...