MySQL CHARACTER_LENGTH() Functions – String Functions
MySQL CHARACTER_LENGTH() Functions: Syntax
CHARACTER_LENGTH ( string )
MySQL CHARACTER_LENGTH() Functions: Description
This function is equal to the CHAR_LENGTH() function.
Related articles : CHAR_LENGTH() , BIT_LENGTH(), LENGTH()
See all MySQL String functions MySQL 8 String Functions.