Built-in functions / Built-in functions |
Returns the number of the character string passed as parameter.
length( expression STRING ) RETURNING result INTEGER
The length() function counts the length of a character string.
If the parameter is NULL, the function returns zero.