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 cl_to AS category FROM categorylinks JOIN page ON cl_from = page_id LEFT JOIN langlinks ON page_id = ll_from AND ll_lang = 'en' WHERE page_namespace = 14 -- 14 is the namespace for categories AND ll_from IS NULL -- Exclude categories with no interlanguage links in English AND NOT EXISTS ( SELECT 1 FROM categorylinks AS hidden WHERE hidden.cl_from = page_id AND hidden.cl_to = 'Hidden_categories' ) AND NOT EXISTS ( SELECT 1 FROM langlinks AS ckb WHERE ckb.ll_from = page_id AND ckb.ll_lang = 'ckb' ) ORDER BY page_title 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...