Query Run
select * from image where img_width=64 and img_height=64; 8 years ago
select count(*) from image where img_width=64 and img_height=64; 8 years ago
select * from image where img_width=64 and img_height=64 limit 1; 8 years ago
select * from image limit 1; 8 years ago