15.10 - Example: Dropping an Attribute From a Structured UDT - 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

The following example drops the attribute named country from the structured UDT named address:

    ALTER TYPE address      /* Drop attribute of structured type */
     DROP ATTRIBUTE country;