Hello every one, I have a simple table, with a "float" field called quantity. In this table, there are 2 records: 1 with quantity=0.7, and 1 with quantity=0.1.
When I do a "select sum(quantity) from mytable", I got 0.7999998956919 instead of 0.8. Does any body know why? Thanks. Jean-Louis