This function returns the length of a string in characters.
character_length::=
SELECT CHARACTER_LENGTH('aeiouäöü') C_LENGTH;