ERROR | column to be modified is used in a virtual column expression |
CAUSE | Attempted to modify the data type of a column that was used in a virtual column expression. |
ACTION | Drop the virtual column first or change the virtual column expression to eliminate dependency on the column to be modified. |