Returns the specified character expression with all trailing blanks removed.
Syntax
TRIM(cExpression)
Returns
Character
Arguments
cExpression
Specifies the character expression from which TRIM( ) removes all trailing blanks.
Remarks
TRIM( ) is identical to RTRIM( ).