OTRIM 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

System Function

[TD_SYSFNLIB.] OTRIM ( array_expr [, integer_value ] )

Method-Style

array_expr.OTRIM ( [ integer_value ] )

Syntax Elements

TD_SYSFNLIB.
Name of the database where the function is located.
array_expr
An ARRAY expression, which is one of the following:
  • A reference to an ARRAY column
  • An ARRAY constructor expression
  • A UDF expression
  • A UDM expression
integer_value
An optional unsigned INTEGER value indicating the number of populated elements to remove from the array. The default value is 1.