When I edit one of my integer columns to example 5,5 or 5.5 it always rounds up to 6.
How do I disable this? I want decimals like 5,5.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Stop using integer, then! Integer is for whole numbers.
There are several options for fractioned numbers: float, double, decimal…
Decimal allows you to define the desired precision.