Cause
An attempt was made to modify column properties in addition to disassociating the column from the domain.
Action
Use separate ALTER TABLE statements; one to modify the column properties and one to disassociate the column from the domain.
Error Message
Alter table modify drop domain cannot be combined with other options.
An attempt was made to modify column properties in addition to disassociating the column from the domain.
Use separate ALTER TABLE statements; one to modify the column properties and one to disassociate the column from the domain.