RTRIM
RTRIM(string AS STRING [, trimstring AS STRING]) AS STRING
Returns a copy of <string> without the trailing characters belonging to <trimstring>.
If the parameter <trimstring> is omitted, the function removes the trailing newline, space and tabulation characters.