RENAME FUNCTION Syntax Elements (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™
-
database_name_1
- Containing database for specific_function_name if something other than the current database or user.
-
specific_function_name
- Existing specific SQL function name to be changed.
- If you specify specific_function_name, you must also specify new_specific_function_name, not new_function_name.
-
new_specific_function_name
- New specific function name for the SQL function.
- For information about naming database objects, see
Teradata Vantage™ - SQL Fundamentals, B035-1141.
-
specific_function_name
- New specific function name for the SQL function.
- For information about naming database objects, see
Teradata Vantage™ - SQL Fundamentals, B035-1141.
-
database_name_2
- Containing database for function_name if something other than the current database or user.
-
function_name
- Existing overloaded calling name of the SQL function to be changed.
- If you specify function_name, you must also specify new_function_name, not new_specific_function_name.
-
data_type
- Data type specifications required to uniquely identify an overloaded SQL function to be renamed.
-
new_function_name
- New function name for the SQL function.
- For information about naming database objects, see
Teradata Vantage™ - SQL Fundamentals, B035-1141.