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
Balyozxane
.
Toggle Highlighting
SQL
SELECT CONCAT('Kategorî:', page_title) AS full_page_title, langlinks.ll_title AS enwiki_sitelink_title FROM categorylinks JOIN page ON cl_from = page_id JOIN langlinks ON page_id = langlinks.ll_from LEFT JOIN page_props ON page.page_id = page_props.pp_page AND page_props.pp_propname = 'hiddencat' WHERE page_namespace = 14 AND page_props.pp_page IS NULL AND EXISTS ( SELECT 1 FROM langlinks WHERE ll_from = cl_from AND ll_lang = 'en' ) GROUP BY full_page_title, enwiki_sitelink_title ORDER BY full_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...