Christian
Christian

Reputation: 26387

SQL Query about blob length

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

Upvotes: 2

Views: 1128

Answers (1)

Amber
Amber

Reputation: 526483

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

Upvotes: 6

Related Questions