views:

37

answers:

1

Is there a way to query a MySQL database that gives me all blobs that are bigger than 1kb?

+3  A: 

Try using the LENGTH() function on the blob field.

Amber