String Constants | SQL External Routine Programming | Teradata Vantage - String Constants - Analytics Database - Teradata Vantage

SQL External Routine Programming

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
2023-07-11
dita:mapPath
iiv1628111441820.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
B035-1147
lifecycle
latest
Product Category
Teradata Vantage™

Teradata converts string constants as follows.

IF a UDF is passed this constant value … THEN Teradata uses this data type to determine the precedence order …
String in apostrophes VARCHAR
Graphic string in apostrophes VARCHAR CHARACTER SET GRAPHIC

Teradata does not implicitly convert character string constants that represent numeric values to numeric types unless they are part of an expression. For example, the string constant '1024' remains a character string. However, in an expression such as '1024' - 1, Teradata does convert the character string to a REAL, according to Teradata implicit conversion rules.

For more information on implicit type conversion rules, see Teradata Vantage™ - Data Types and Literals, B035-1143.