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
Airklizz
.
Toggle Highlighting
SQL
select cl1.cl_to from categorylinks as cl1 inner join (select page_id from page where page_title = '21st-century_Swedish_women' and page_namespace = 14 limit 1) as p on cl1.cl_from = p.page_id inner join (select cl2.cl_from, cl2.cl_to from categorylinks as cl2 inner join (select page_id, page_title from page where page_namespace = 14 limit 1) as p1 on cl1.cl_to = p1.page_title) as cl_parents on cl_parents.cl_from = p1.page_id where not 'Hidden_categories' = cl_parents.cl_to ; select cl1.cl_to from categorylinks as cl1 where cl_from = (select page_id from page where page_title = '21st-century_Swedish_women' and page_namespace = 14 limit 1) and not 'Hidden_categories' in (select cl2.cl_to from categorylinks as cl2 where cl_from = (select page_id from page where page_title = cl1.cl_to and page_namespace = 14 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...