Subject | ALTER DOMAIN problem |
---|---|
Author | nico_callewaert@pandora.be |
Post date | 2004-04-09T11:20:45Z |
Hi,
I was expecting this error : I have a domain MYNUMBER NUMERIC(15,3). I want to change it to NUMERIC(15,6). I got the following error : "Conversion from base type DOUBLE PRECISION to BIGINT is not supported."
But it seems I can change it to DOUBLE PRECISION. Would that be a good idea for the underlying data ? I just need more decimals.
Thanks in advance,
Nico Callewaert
I was expecting this error : I have a domain MYNUMBER NUMERIC(15,3). I want to change it to NUMERIC(15,6). I got the following error : "Conversion from base type DOUBLE PRECISION to BIGINT is not supported."
But it seems I can change it to DOUBLE PRECISION. Would that be a good idea for the underlying data ? I just need more decimals.
Thanks in advance,
Nico Callewaert