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
Peter Bowman
.
Toggle Highlighting
SQL
set @hidden_cat = "Media_contributed_by_the_Mazovian_Digital_Library_–_needing_category"; select distinct(p1.page_title) from page as p1 inner join categorylinks as cl1 on cl1.cl_from = p1.page_id and cl1.cl_to = @hidden_cat inner join categorylinks as cl2 on cl2.cl_from = p1.page_id where cl1.cl_type = "file" and cl2.cl_to not in ( select page_title from page as p2 inner join page_props on pp_page = p2.page_id where page_namespace = 14 and pp_propname = "hiddencat" );
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...