I have noticed when working in SQL Server that the values I store in column type REAL get changed. For example if I store a value of 32.54, it returns a value of 32.53999878999. Does anyone know why this happens?
I have noticed when working in SQL Server that the values I store in column type REAL get changed. For example if I store a value of 32.54, it returns a value of 32.53999878999. Does anyone know why this happens?