So, I want to show only the results when the BLOB length is greater than 1.
I was wondering if anyone could help
Try the following:
SELECT * FROM your_table WHERE OCTET_LENGTH(blob_field) > 1