I\'m having some problems with converting some data stored in a FLOAT datatype to data stored in an INT datatype. The below example illustrates my problem:
This is common behaviour for float data type due to specificity of float on computers.
Use decimal (number) data type with fixed digits after decimal point. For example, decimal(10, 6).