Answer the question
In order to leave comments, you need to log in
How to store double data in sqlite?
It is necessary to store double values in the database.
In sqlite I use the REAL type for this. But I ran into a problem:
Numbers over 1000000 are written in the base 1e + 06.
Tried different types. DOUBLE, NUMERIC. The result is the same.
How to proceed?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question