Truncation of Character String Arguments and Result | Teradata Vantage - Truncation of Character String Arguments and Result - Advanced SQL Engine - Teradata Database

SQL External Routine Programming

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-24
dita:mapPath
qwr1571437338192.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1147
lifecycle
previous
Product Category
Teradata Vantage™

The session transaction mode affects character string truncation.

IF the session transaction mode is … AND the function … THEN Teradata Database …
Teradata is passed a CHAR or VARCHAR input argument or returns a CHAR result that exceeds the maximum length specified in the CREATE FUNCTION or REPLACE FUNCTION statement truncates the argument or result without reporting an error.

Truncation on Kanji1 character strings containing multibyte characters might result in truncation of one byte of the multibyte character.

ANSI is passed a CHAR or VARCHAR input argument or returns a CHAR result that exceeds the maximum length specified in the CREATE FUNCTION or REPLACE FUNCTION statement truncates the argument or result of excess pad characters without reporting an error.

Truncation of other characters results in a truncation exception.