From here: https://www.sqlite.org/faq.html#q5

> (16) Why does ROUND(9.95,1) return 9.9 instead of 10.0? Shouldn't 9.95 round 
> up?

This example seems to be no longer valid.  Although the explanation is still 
valid in general, the particular example “SELECT ROUND(9.95,1)” actually 
returns 10.0

_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to