Question
Decimal into MySQL ??
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?
