SQL
AخA
select
page_title
from
categorylinks, page, image
where cl_to = 'Images_from_Geograph_Britain_and_Ireland'
and cl_type = 'file'
and cl_sortkey between ' 00000000' and ' 01000000'
and page_id = cl_from
and page_title = img_name
and json_value(img_metadata, '$.data.Orientation') not in (0, 1);
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.