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