Skip to main content
August 19, 2009
Question

Decimal into MySQL ??

  • August 19, 2009
  • 1 reply
  • 472 views

Hi,

I have a DECIMAL (4,2) column in MySQL, but when I try to input 6.50 into this column, it shows as 6.00.

I've tried to send the value as text, integer, and currency, but can't seem to get it to stick.

Anyone got any ideas?

This topic has been closed for replies.

1 reply

August 21, 2009

http://www.sitepoint.com/forums/showthread.php?p=4354904#post4354904