Default Transform Group For a Structured UDT - Teradata Vantage - Analytics Database

SQL Data Definition Language Detailed Topics

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
2024-12-13
dita:mapPath
vuk1628111288877.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
jbg1472252759029
lifecycle
latest
Product Category
Teradata Vantage™

Unlike the case for distinct UDTs, the system does not create a default transform group for a newly created structured UDT. However, you must create a transform group for a new structured type before you can use it as a column type for a table or use it in conjunction with operations involving the import or export of data defined with that structured type. If you attempt to use a new structured UDT without first defining a transform group for it, the request aborts and the system returns an error to the requestor.

To define a transform group for a new structured UDT, use the CREATE TRANSFORM statement. See CREATE TRANSFORM and REPLACE TRANSFORM.

To determine if a structured UDT has a defined transform, use the HELP TYPE statement. See HELP TYPE.