Example: Adding UDT Transform Groups to Profile - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Syntax and Examples

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
ft:locale
en-US
ft:lastEdition
2021-07-27
dita:mapPath
spp1591731285373.ditamap
dita:ditavalPath
spp1591731285373.ditaval
dita:id
B035-1144
lifecycle
previous
Product Category
Teradata Vantageā„¢

This example creates a profile that specifies the XMLD_STRUCT1INT transform group for the XMLD_STRUCT1 data type and the TD_JSON_VARCHAR transform group for the JSON CHARACTER SET LATIN data type.

CREATE PROFILE DR_PROF AS TRANSFORM (XMLD_STRUCT1 = XMLD_STRUCT1INT, JSON CHARACTER SET LATIN = TD_JSON_VARCHAR);