SQL
x
USE eswiki_p;
SELECT DISTINCT p.page_id #a.img_name
FROM image a
WHERE page.page_id=categorylinks.cl_from
AND .categorylinks.cl_to = "Wikiviajes_por_Venezuela_2014"
AND p.page_namespace = 6
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.