【发布时间】:2022-12-01 19:43:30
【问题描述】:
Select round(1.555,2)
gives the result as "1.55" in the android mobile sqlite master
but in the desktop DB browser sqlite
result as "1.56" so the calculation miss match in mobile application
if there is any settings or else custom function in sqlite please help me.
changed "Data Type" from "Float" to "Real" and tried but not works.
【问题讨论】:
标签: javascript android sqlite sql-insert