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

SQL Data Definition Language Syntax and Examples

Product
Advanced SQL Engine
Teradata Database
Release Number
17.00
Published
September 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
wgr1555383704548.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1144
lifecycle
previous
Product Category
Teradata Vantage™

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

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.