JenJohnson
Programmer
I have a table with a float column, and one value in this column is
.
When I try to convert this value to a string, I get
.
I don't want to see the exponential notation, but I do want to see all the decimal places. I tried using the
Sybase function, but (obviously) didn't retain the exact decimal places.
Any help would be greatly appreciated!
Thanks,
Jennifer
Code:
"0.000098940869229982722"
When I try to convert this value to a string, I get
Code:
"9.8940869229982722e-005"
I don't want to see the exponential notation, but I do want to see all the decimal places. I tried using the
Code:
exp
Any help would be greatly appreciated!
Thanks,
Jennifer