When you create numeric/decimal fields, take care of precision (total number of digits) and scale (number of accurate decimals). Set these values according to greatest value and scale expected. For 20 + 4.20 = 24.20 result has 4 digits and 2 decimals (I included 0 intentionally), so numeric(4, 2) is minimum.
i did not set any precision on the field..would it affect the data that is already in there?
the data i have is like 20,200,300,45 etc..
i want it able to receive numbers with 2 decimal places eg. 4.50,3.56 etc
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.