LEFT Function | Teradata Vantage - LEFT - Advanced SQL Engine - Teradata Database

SQL Functions, Expressions, and Predicates

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-30
dita:mapPath
tpt1555966086716.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1145
lifecycle
previous
Product Category
Teradata Vantageā„¢

Truncates in input string to a specified number of characters.

The LEFT function can be called with the 'LEFT' or 'TD_LEFT' alias names.

The arguments include two parameters:
  • First Parameter

    The input string that the substring is created from. CHAR, VARCHAR, and CLOB are supported, but other types must be explicitly cast. The input can be null or an empty string.

  • Second Parameter

    A positive integer specifying the number of characters desired from the left side of the string. If the number of character exceeds the number of characters in the original string, the original string is returned.