Query | Run |
---|---|
select * from image where img_minor_mime='vnd.djvu' and... | 8 months ago |
select * from image where img_minor_mime='vnd.djvu' limit 10; | 8 months ago |
select * from image where img_media_type='BITMAP' and img_minor_mime='vnd.djvu'; | 8 months ago |
select distinct(img_media_type) from image; | 8 months ago |
select distinct(image_media_type) from image; | 8 months ago |