RENAME FUNCTION SQL Statement (SQL Form) | VantageCloud Lake - RENAME FUNCTION (SQL Form) - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

Renames either the overloaded calling function name or specific function name for an SQL function.

ANSI Compliance

This statement is a Teradata extension to the ANSI SQL:2011 standard.

Other SQL dialects support similar non-ANSI standard statements with names such as RENAME.

Required Privileges

You must have both of the following privileges to rename an SQL UDF:
  • DROP FUNCTION on the SQL UDF or its containing database.
  • CREATE FUNCTION on the database that contains the SQL UDF.