Originally posted by vijay jamadade:
that means in resultset the '.2' like values are there.
What is the data type of column which stores values like, .2 , .3 etc..
If its varchar, then parse the
string and store into double, then there is no requirement of formatting it.