RENAME FUNCTION (External Form) Statement | Teradata Vantage - RENAME FUNCTION (External Form) and UDTs - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Detailed Topics

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
imq1591724555718.ditamap
dita:ditavalPath
imq1591724555718.ditaval
dita:id
B035-1184
lifecycle
previous
Product Category
Teradata Vantage™

You cannot directly change the name of a UDF that performs the role of a transform, ordering, or cast for a UDT.

You must first drop the corresponding transform, ordering, or cast definitions. Then, rename the UDT. To drop an ordering or a transform, see DROP ORDERING or DROP TRANSFORM. To drop a cast, see Teradata Vantage™ - SQL Data Definition Language Syntax and Examples, B035-1144.