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
Bjh21
.
Requested here: https://commons.wikimedia.org/w/index.php?title=Commons:Help_desk&oldid=607777802#How_can_I_get_a_list_of_the_categories_that_files_in_a_category_are_in?
Toggle Highlighting
SQL
select count(*) as frequency, cl2.cl_to as othercat from categorylinks cl1, categorylinks cl2 where cl1.cl_from = cl2.cl_from and cl1.cl_to = 'Uploaded_with_pattypan' group by othercat order by frequency desc;
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...