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
99of9
.
Sam Hood photographs needing subject categorization
Toggle Highlighting
SQL
use commonswiki_p; select p1.page_title from categorylinks c1 inner join categorylinks c2 on c2.cl_from = c1.cl_from inner join page p1 on p1.page_id = c2.cl_from inner join page p2 on p2.page_title = c2.cl_to and p2.page_namespace = 14 left join page_props on pp_propname = 'hiddencat' and pp_page = p2.page_id where c1.cl_to = 'Photographs_by_Sam_Hood' and pp_propname is null group by p1.page_title, c1.cl_from having count(c2.cl_from) = 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...