RTRIM Function Syntax | VantageCloud Lake - RTRIM Function Syntax - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
Language
English (United States)
Last Update
2024-04-03
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905
[TD_SYSFNLIB.] RTRIM ( expr1 [, expr2 ] )

Syntax Elements

TD_SYSFNLIB.
Name of the database where the function is located.
expr1
A character string or string expression. If expr1 is NULL, NULL is returned.
expr2
A string of characters or a numeric expression to remov from string1. If specified, expr2 must be the same datatype as expr1. If expr2 is not specified, the default is to use a single space character.