On 11/30/2016 9:42 AM, Werner Kleiner wrote:
It would be nice if there is a way to store in the same way as in MySQL with filling zeros.Is this not possible with sqlite?
Store it as an integer, in $.0001 units. So $1.500 would be represented simply as an integer 1500.
-- Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

