RTRIM() RTRIM() removes trailing blanks from a character expression. Syntax RTRIM(<exp C>) Usage Use this function to remove trailing blanks from a character string. If the argument is a null string (""), RTRIM() returns a null also.