cant store decimal values in mysql. help!
Posted
by fayer
on Stack Overflow
See other posts from Stack Overflow
or by fayer
Published on 2010-03-19T09:14:22Z
Indexed on
2010/03/19
9:21 UTC
Read the original article
Hit count: 217
mysql
i dont know what the problem is.
i have added 1 column called 'number'. the datatype is double. i have also tried decimal and float.
whenever i insert a number like 12.15 or 12,15 it is converted to 12.
what is the problem?
© Stack Overflow or respective owner