FLOATing point bug? Or just a SQL rule

2002-03-01 Thread Thomas LaCicero
I am not sure if this is going to sound like a stupid question but here it goes... If I have a table with a Float field and, an entry in that field that has at least one decimal place, and I try to do a SELECT * FROM some_table WHERE some_float_field = 3.2 the query will return 0 rows even

Re: FLOATing point bug? Or just a SQL rule

2002-03-01 Thread Christopher Thompson
On Friday 01 March 2002 2:51 pm, Thomas LaCicero wrote: I am not sure if this is going to sound like a stupid question but here it goes... If I have a table with a Float field and, an entry in that field that has at least one decimal place, and I try to do a SELECT * FROM some_table WHERE