Fork of
File pages in a Commons category
by Jheald
This query is marked as a draft
This query has been published
by Jheald.
SQL
AخA
use commonswiki_p;
SELECT p1.page_title
FROM categorylinks AS c1
JOIN page AS p1 ON c1.cl_from=p1.page_id AND p1.page_namespace=6 AND p1.page_is_redirect=0
WHERE c1.cl_to='Old_maps_of_Scotland'
# LIMIT 10
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.