TRIM Function

The TRIM function trims trailing spaces from a string. All the spaces following the string will be removed.

Syntax

TRIM(expression)

Example

TRIM("ABCDEF ")

Displays the string ABCDEF.

Related Topics