3 messages in com.mysql.lists.bugsRe: error update
FromSent OnAttachments
leong12 Aug 2003 19:29 
Martin Gainty12 Aug 2003 22:52 
Alexander Keremidarski13 Aug 2003 00:01 
Subject:Re: error update
From:Martin Gainty (mgai@hotmail.com)
Date:08/12/2003 10:52:37 PM
List:com.mysql.lists.bugs

Multiply both operands by 100 Do the Multiplication Divide the result by .0001 Regards, -M

I have a field in type of float(20,2), the value is 158059.45, i want to update to 158059.46, but it can't update. and there are some update have the same problem like, 158059.01 will become 158059.02 158059.04 will become 158059.05 158059.07 will become 158059.06 158059.10 will become 158059.09 158059.13 will become 158059.12

can you help me with this problem?