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.