When i update a 'float' value, the last digit in the decimal places is getting modified.
example,
update table_name set column_name = 9.2,results in 9.19999999.similarly,
9.2 ===> 9.199999999
4.56878 ===> 4.5677999999
4.873 ===>4.8730000003
could any help me in solving this problem.