Examples
The length() function returns the length of the specified string or text value.
length([string_expr | text_expr])
• string_expr | text_expr – The string or text value for which you want to find the length.
Integer