Removes leading and trailing white space.
Category: | String |
Returned data type: | String |
a string from which the leading and trailing white space needs to be removed; this can be specified as string constant, s field name, or an expression.
Note | If source is NULL, the function returns a NULL value. If source is an empty value (""), the function returns an empty value. |