LTRIM Function Syntax | Teradata Vantage - LTRIM Function Syntax - Analytics Database - Teradata Vantage

SQL Functions, Expressions, and Predicates

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-01-12
dita:mapPath
obm1628111499646.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
kby1472250656485
lifecycle
latest
Product Category
Teradata Vantageā„¢
[TD_SYSFNLIB.] LTRIM ( 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 that will be removed from string1. If expr2 is specified, it must be the same datatype as expr1. If expr2 is not specified, the default is to use a single space character.