column magin is currently number (7,2)
alter table t_volume modify margin number (7,3)
gives an error
The following error has occurred:
ORA-01440: column to be modified must be empty to decrease precision or scale
Details:
ORA-01440: column to be modified must be empty to decrease precision or scale
However I am trying to increase the value to 3 , any ideas how to resolv ethis?
regards
Anil