LENGTH function
Returns the length of the STRING value.
Syntax
LENGTH(string)
Arguments
string: a string expression.
Returns
The returned value is in characters for STRING arguments.
Examples
> SELECT LENGTH('CeloSQL');
7
Returns the length of the STRING value.
LENGTH(string)
string: a string expression.
The returned value is in characters for STRING arguments.
> SELECT LENGTH('CeloSQL');
7