Topic: Long number

I have extended numbers in a table and it started from 700, do you know why?

Post's attachments

Attachment icon Chiffres.jpg 7.66 kb, 78 downloads since 2021-11-03 

Destiny

2 (edited by sparrow 2021-11-03 18:48:27)

Re: Long number

It is not related to 700.
This is the specificity of calculating and storing real numbers. This is how the computer works.
You should read about data types. Usage and rounding.
In your case, you can use the SQLite round () function or/and the correct data type.

Re: Long number

Merci moineau.

Destiny