CHAR_LENGTH / CHARACTER_LENGTH
CHAR_LENGTH | CHARACTER_LENGTH ( <character-expression> )
Returns the length in characters of the string passed as the input argument. Returns null if input argument is null.
Examples
|
3
|
|
0
|
|
4
|
|
null
|
|
16
|
Limitations
Amazon Kinesis Data Analytics streaming SQL does not support the optional USING CHARACTERS | OCTETS clause. This is a departure from the SQL:2008 standard.