![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi i have a table with a column amount, it is float 13,2. now i want to insert a value of 245770,55. I do that with phpMyAdmin: INSERT INTO mytable (blah, amount, blah) VALUES (blah, 245770,55, blah) It is inserted without error, but the amount is slightly different. when i have a hugh amount like 22500534,65 the value inserted is 22500530.00 if i have a smaller amount like 245648,65 it is 245648,66 Any ideas how that can happen? |
|
Thanks for any help, Martin Nadoll |
#3
| |||
| |||
|
|
Hi i have a table with a column amount, it is float 13,2. now i want to insert a value of 245770,55. I do that with phpMyAdmin: INSERT INTO mytable (blah, amount, blah) VALUES (blah, 245770,55, blah) It is inserted without error, but the amount is slightly different. when i have a hugh amount like 22500534,65 the value inserted is 22500530.00 if i have a smaller amount like 245648,65 it is 245648,66 Any ideas how that can happen? Thanks for any help, Martin Nadoll |
#4
| |||
| |||
|
|
i have a table with a column amount, it is float 13,2. now i want to insert a value of 245770,55. I do that with phpMyAdmin: INSERT INTO mytable (blah, amount, blah) VALUES (blah, 245770,55, blah) It is inserted without error, but the amount is slightly different. when i have a hugh amount like 22500534,65 the value inserted is 22500530.00 if i have a smaller amount like 245648,65 it is 245648,66 Any ideas how that can happen? |
#5
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |