BikeBoy20032004
MIS
Hi,
Say I have numeric like: 765.9876000
I want to be able to present it as 765.98, basically leave only 2 numbers to the right of the decimal point?
Round () function does not really work here, I think SUBSTRING () could, but not sure how?
Thanks in advance.
Say I have numeric like: 765.9876000
I want to be able to present it as 765.98, basically leave only 2 numbers to the right of the decimal point?
Round () function does not really work here, I think SUBSTRING () could, but not sure how?
Thanks in advance.