16.20 - FUNCTION - Teradata Database - Teradata Vantage NewSQL Engine
Teradata Vantage™ SQL Data Definition Language Syntax and Examples
- Product
- Teradata Database
- Teradata Vantage NewSQL Engine
- Release Number
- 16.20
- Published
- March 2019
- Language
- English (United States)
- Last Update
- 2019-05-24
- dita:mapPath
- wkf1512081455740.ditamap
- dita:ditavalPath
- TD_DBS_16_20_Update1.ditaval
-
database_name
- The containing database for function_name, if other than the current database.
-
user_name
- The containing user for function_name, if other than the current user.
-
function_name
- Name of the function to alter.
-
data_type
- An optional data type specification for the parameters passed to function_name.
- If you do not specify a data type list, then the specified function must be the only one with that name in the database.
- SYSUDTLIB.UDT_name
- The name of any UDT included in the list of data types for function_name.
- The specification of SYSUDTLIB is optional.