Hello all,
I'm kind of struggling with numeric data types...
I have read alot of material, and think I have a 'decent' grasp on the
various number data types and the effects of the scale and precision.
However, I want to store a value of '1.0', and every variation I try
still truncates the value.
Is there a way to store 1.0 in a number data type?
Thanks so much
Warren M
I'm kind of struggling with numeric data types...
I have read alot of material, and think I have a 'decent' grasp on the
various number data types and the effects of the scale and precision.
However, I want to store a value of '1.0', and every variation I try
still truncates the value.
Is there a way to store 1.0 in a number data type?
Thanks so much
Warren M
Comment