MySQL Question
- Posted by gwalters Nov 28, 2012
- 1227 views
I have a MySQL table with a double var. I have an sql statement which adds a value of "2.60106457" into the double item in the table. When I ask mysql to display what it has it displays 2.60106492042542. This only accurate to 6 places not the expected 16. Looks to me that mysql is wrong. Has anyone seen this or can explain?