Bug #11955 | Data type is in different format | ||
---|---|---|---|
Submitted: | 15 Jul 2005 4:57 | Modified: | 15 Jul 2005 12:34 |
Reporter: | Christopher Martinez | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 5.x,4.12 | OS: | Windows (XP,NT and 2000) |
Assigned to: | CPU Architecture: | Any |
[15 Jul 2005 4:57]
Christopher Martinez
[15 Jul 2005 6:02]
Abdul Mannan
Did you check the value of "3.02011e+007" after convering it to not "e" form for example if you write 9 by 16 times mysql converts it to "1E16" Regrds. M. Abdul Mannan itsmani1@hotmail.com
[15 Jul 2005 6:22]
Aleksey Kishkin
try to change type in the result table from 'float' to 'double' . (or, at least to 'float(10,0)' )
[15 Jul 2005 12:25]
Christopher Martinez
I got it. i change it. From float to double. Thanks guys. God bless you all.