DROP TRANSFORM Examples | Teradata Vantage - DROP TRANSFORM Examples - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Syntax and Examples

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
Published
January 2021
Language
English (United States)
Last Update
2021-01-22
dita:mapPath
ncd1596241368722.ditamap
dita:ditavalPath
hoy1596145193032.ditaval
dita:id
B035-1144
lifecycle
previous
Product Category
Teradata Vantage™

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;

Example: Drop All Transform Groups for a UDT

This statement drops all transform groups for the XMLD_STRUCT2 user defined data type.

DROP TRANSFORM ALL FOR XMLD_STRUCT2;