Example: Dropping the Definition of a UDT 1
This example drops the definition of the UDT named employee.
DROP TYPE SYSUDTLIB.employee;
Example: Dropping the Definition of a UDT 2
This example drops the definition of the UDT named circle.
DROP TYPE SYSUDTLIB.circle;