Hey folx,
is there a working way to measure the actual length of a text stored in a TEXT/BLOB field with database functions only?
I'm asking because the result from the SQL LENGTH() function is correct only for stringlengths below 116 + 1 = 65537 bytes. (Who's responsible for this crap?!).
BTW: Plz don't nag about me using MySQL, the customer want's it sigh.
Oh, mysql version 3.23.43 in use.
Thanks in advance.
Dominique