Argument List | Invoking External Stored Procedures | Teradata Vantage - Argument List - 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ā„¢

The arguments in the CALL statement must appear as comma-separated expressions in the same order as the C or C++ function declaration parameters.

The argument types of an external stored procedure in a CALL statement must either be compatible with the corresponding parameter declarations in the function declaration or must be types that are implicitly converted to the corresponding parameter types, according to the database implicit type conversion rules.

To pass an argument that is not compatible with the corresponding parameter type and is not implicitly converted by the database, the CALL statement must explicitly convert the argument to the proper type.

For information on data type conversions, see Teradata Vantageā„¢ - Data Types and Literals, B035-1143.