Dear all,
I have in my database some float fields which they contain data like this:
a) 0,000000000025
b) 0,000036
if i make a simple select statement then i will have a result like this:
a) 5000000000000001E-11
b) 6000000000000001E-5
Is it possible to avoid the above format and display it as it is saved in the table?
I am using SQL SERVER 2000
Many thanks
I have in my database some float fields which they contain data like this:
a) 0,000000000025
b) 0,000036
if i make a simple select statement then i will have a result like this:
a) 5000000000000001E-11
b) 6000000000000001E-5
Is it possible to avoid the above format and display it as it is saved in the table?
I am using SQL SERVER 2000
Many thanks