I have an sqlite table that contains a BLOB file, but need to do a size/length check on the blob, how do I do that?
According to some documentation I did find, using
for me length(blob) works just fine, gives the same results like the other.
length(blob)