Query Run
select img_name,img_metadata from image join page on... 10 months ago
select img_name,img_metadata from image order by img_timestamp desc limit 10; 10 months ago
select img_metadata from image order by img_timestamp desc limit 10; 10 months ago
select img_metadata from image order by img_timestamp desc limit 1; 10 months ago
select img_metadata from image order by image_timestamp desc limit 1; 10 months ago
desc image; 10 months ago