Jay Pete
SSCommitted
Points: 1945
More actions
March 21, 2012 at 10:01 pm
#258104
Hi,
I have one decimal column(10,0).
I want to convert the data into floating.
Please have a look the below scenario
eg.
5632 --> 56.32
2345 --> 23.45
How to convert the above value
Thanks in advance
ColdCoffee
SSC-Dedicated
Points: 39972
March 21, 2012 at 10:42 pm
#1462516
Divide by 100.00 ??
March 21, 2012 at 11:11 pm
#1462519
Thanks
It works , i had used the Convert function and then divide by 100.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply