17.05 - RENAME FUNCTION Syntax Elements (SQL Form) - Advanced SQL Engine - Teradata Database
Teradata Vantage™ - SQL Data Definition Language Syntax and Examples
- Product
- Advanced SQL Engine
- Teradata Database
- Release Number
- 17.05
- Release Date
- January 2021
- Content Type
- Programming Reference
- Publication ID
- B035-1144-175K
- Language
- English (United States)
-
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.