Dave Dyer wrote:
select * from test where f=13.06; -- returns no data


Pardon me for throwing a bomb, but no good programmer
would ever use = to compare floating point numbers.

Choose a more appropriate representation for your data.

It is not a bomb, just something novice programmers have to learn. There is no = in floating point, it is only possible with integers.

Reply via email to