15.10 - transform_group_name - Teradata Database

Teradata Database SQL Data Definition Language Syntax and Examples

Product
Teradata Database
Release Number
15.10
Published
December 2015
Language
English (United States)
Last Update
2018-06-05
dita:mapPath
SQL_DDL_15_10.ditamap
dita:ditavalPath
ft:empty

Name of the transform to be dropped.

database_name
Name of the database that contains the UDT for which the transform group is to be dropped.
This is always SYSUDTLIB.

Example: Dropping a Transform Group for a UDT

This example drops the transform group named c_routine from the UDT named address with the restriction that no table in the entire system can be using address as the data type for any of its columns.

     DROP TRANSFORM c_routine FOR SYSUDTLIB.address;