Reputation: 26387
Is there a way to query a MySQL database that gives me all blobs that are bigger than 1kb?
Upvotes: 2
Views: 1128
Reputation: 526483
Try using the LENGTH() function on the blob field.
LENGTH()
Upvotes: 6