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 !!
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