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
Aram
.
Toggle Highlighting
SQL
SELECT DISTINCT en_cats.page_title FROM categorylinks en_cats JOIN page en_p ON en_cats.cl_from = en_p.page_id LEFT JOIN categorylinks hidden_cats ON hidden_cats.cl_to = 'Hidden_categories' AND en_p.page_id = hidden_cats.cl_from LEFT JOIN langlinks ll ON en_p.page_id = ll.ll_from WHERE ll.ll_lang IS NULL -- Exclude ckbwiki (or any language) AND hidden_cats.cl_to IS NULL -- Exclude 'Hidden_categories' on enwiki AND ll.ll_lang <> 'en' -- Exclude English itself 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...