AS ASSIGNMENT - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Syntax and Examples

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
Published
January 2021
Language
English (United States)
Last Update
2021-01-22
dita:mapPath
ncd1596241368722.ditamap
dita:ditavalPath
hoy1596145193032.ditaval
dita:id
B035-1144
lifecycle
previous
Product Category
Teradata Vantage™
To implicitly invoke the specified cast routine on an assignment operation if both of the following statements are true:
  • The source data type of the assignment is compatible with the source data type of the cast result.
  • The target data types are identical.
Note that an assignment operation is defined to be any of the following operations:
  • INSERT
  • UPDATE
  • parameter passing

You can disable this functionality by means of the DisableImplCastForSysFuncOp DBS Control parameter.

Be very careful if you are performing a REPLACE CAST statement because the system updates the UDTCast dictionary to reflect the value of the AS ASSIGNMENT flag.