Query Run
select img_name from image where img_width=0 and img_height=0 limit 5; 3 years ago
select count(*) from image where img_width=0 and img_height=0; 3 years ago
select * from image where img_width=0; 3 years ago
select count(*) from image where img_width=0; 3 years ago
select * from image where img_name like "PNG_Test%"; 3 years ago
select count(*) from image where img_name like "PNG_Test%"; 3 years ago
select count(*) from image where img_name like "PNG Test%"; 3 years ago
select * from image where img_size <0; 3 years ago
select * from image where img_size =0; 3 years ago
select count(*) from image where img_size =0; 3 years ago