Fork of
Untitled query #12159
by Slaporte
This query is marked as a draft
This query has been published
by Slaporte.
SQL
x
SELECT *
FROM commonswiki_p.image
JOIN commonswiki_p.page
ON page_namespace = 6
AND page_title = img_name
JOIN commonswiki_p.oldimage
ON oldimage.oi_name = img_name
JOIN commonswiki_p.categorylinks
ON cl_from = page_id
AND cl_type = 'file'
AND cl_to = "Images_from_Wiki_Loves_Monuments_2016_in_Iran";
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.