CHARACTER_LENGTH
Purpose
This function returns the length of a string in characters.
This function is an alias for LENGTH.
Syntax
character_length::=
Usage notes
For more information and examples, see LENGTH.
Examples
Example 1 - get character length of a string
SELECT CHARACTER_LENGTH('aeiouäöü') C_LENGTH;