Difference Between CREATE CAST and REPLACE CAST - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Detailed Topics

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
jpx1556733107962.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1184
lifecycle
previous
Product Category
Teradata Vantage™

To perform a CREATE CAST statement, a user-defined cast that performs the same conversion cannot exist or the statement returns an error to the requestor.

IF you perform a REPLACE CAST statement and there is … THEN the system …
no existing user-defined cast that performs the specified conversion creates a new user-defined cast.

The result is the same as if you had performed a CREATE CAST statement with all the same specifications.

an existing user-defined cast that performs the specified conversion replaces the existing user-defined cast definition with the newly defined cast routine.

If the cast routine is a method, then that method must be already be defined or the system returns an error to the requestor and does not register the method for casting.