SQL
AخA
SELECT image.img_name, image.img_metadata
FROM page
JOIN categorylinks
ON cl_from = page_id
join image on
image.img_name = page_title
WHERE
cl_to = 'Images_from_Wiki_Loves_Monuments_2022_in_Ukraine' AND
cl_type = 'file' and
img_metadata like '%"DateTimeOriginal":"2022:10%'
ORDER BY page_title ASC
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.