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

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905
[TD_SYSFNLIB.] OTRANSLATE ( source_string, from_string, to_string )

Syntax Elements

TD_SYSFNLIB.
Name of the database where the function is located.
source_string
A character string or string expression.
If source_string is NULL, NULL is returned.
from_string
A string of characters that to replace in source_string.
If from_string is NULL, the function returns source_string.
to_string
A string of characters that replaces the characters specified by from_string.
If to_string is NULL or empty, the function removes the characters specified in from_string.