Returns a string with no trailing space characters.

Syntax

RTRIM(<expC>)

<expC>

The string from which you want to remove the trailing space characters.

Description

RTRIM( ) is identical to TRIM( ). See TRIM( ) for details.