The TRIM function trims a particular character from the start and end of an alphanumeric string. The type of this function is alphanumeric.
FUNCTION TRIM (argument-1, [argument-2])
argument-1 | Must be alphanumeric. |
argument-2 | Must be alphanumeric |
The returned value is argument-1 with the leading and trailing argument-2 characters trimmed.