3.5. String Functions

3.5.1. BIT_LENGTH() – Bit Length

Return the bit length of a string.

bit_length(<string>)

3.5.2. CHAR_LENGTH() – Character Length

Return the character length of a string.

char_length(<string>)

3.5.3. OCTET_LENGTH() – Octet Length

Return the octet length of a string.

octet_length(<string>)