Re: where clausel with float

2001-02-26 Thread Gerald L. Clark
Helmut Ebelt wrote: > > I have some kind of floats(8,2) in my table and want to make an query ... > > Select * from tablename where floatthing = '21999.00'; > > 0 rows ! > > Select * from tablename where floatthing = 21999.00; > > 0 rows !! > > but there ARE result !! can anybody help me !!

where clausel with float

2001-02-25 Thread Helmut Ebelt
I have some kind of floats(8,2) in my table and want to make an query ... Select * from tablename where floatthing = '21999.00'; 0 rows ! Select * from tablename where floatthing = 21999.00; 0 rows !! but there ARE result !! can anybody help me !! please thx in advance ! HElmut Ebelt