Returns the length of a string.
Category: | String |
Returned data type: | Integer |
specifies a string for which the length needs to be determined; this can be specified as string constant, field name, or expression.
Note | The length of an empty string ("") is zero. If source is NULL, the function returns a NULL value. |
Tip | To remove leading and trailing blanks, use the trim function. |