Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Artiklid, mis on üksnes peidetud kategoorias
by
Wkentaur
This query is marked as a draft
This query has been published
by
Estopedist1
.
Toggle Highlighting
SQL
use commonswiki_p; select CONCAT ('File:',p1.page_title,'') from page p1 left outer join categorylinks on cl_from = p1.page_id left join page p2 on cl_to = p2.page_title and p2.page_namespace = 14 left join page_props on p2.page_id = pp_page and pp_propname = 'hiddencat' where p1.page_namespace = 6 and p1.page_is_redirect = 0 #and p1.page_title not like '%/%' group by p1.page_title having count(cl_from)-count(pp_propname) = 0 order by p1.page_title asc LIMIT 999;
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...