Look at this query please
SELECT max( val_amd ) FROM `best_deposits`
I have the max value in the table equal to 14.6(the fields has type float
),
But it returns 14.3599996566772
why does it happen, and how can i get the exact value?
Thanks much