specific_method_clause - Teradata Vantage - Analytics Database

SQL Data Definition Language Syntax and Examples

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2025-11-06
dita:mapPath
jco1628111346878.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
mdr1472255012272
lifecycle
latest
Product Category
Teradata Vantageā„¢

This clause is mandatory for overloaded method_names, but is otherwise optional and can only be specified once per method definition.

SYSUDTLIB
Unlike method_name, specific_method_name must be unique within SYSUDTLIB.
specific_method_name
Specific name for the method.
For information about naming database objects, see Teradata Vantageā„¢ - SQL Fundamentals, B035-1141.
This name is stored in DBC.TVM as the name of the method database object.
If the UDF library for your database contains any objects with multibyte characters in their name, you cannot use a single-byte session character set to create a new UDF, UDT, or method, even if the new object name contains only single-byte characters. Otherwise, Vantage returns an error to the requestor. Instead, use a multibyte session character set.