mysql storing problem
Posted
by pradeep
on Stack Overflow
See other posts from Stack Overflow
or by pradeep
Published on 2010-06-01T15:28:34Z
Indexed on
2010/06/01
15:33 UTC
Read the original article
Hit count: 209
mysql
hi, i have a column like decimal(2,1) , its working well, but when i try to store a value like 10 it stores as 9.9 ..any specific reason?
© Stack Overflow or respective owner