Name of the transform to be dropped.
- database_name
- Name of the database that contains the UDT for which the transform group is to be dropped.
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;