MySql BUG?????

wxdqz

New Member
Create table float, 'decimalbug'
ex: ...(
...
decimalbug float(10,5),
...);

now insert value like 1500.12345
then select

result 1500.12341 .... is the error.!!!

What's this??
 
Back
Top