Hi All,
I have a table column which contains the below values
Column A
-----------------
Good
A
B
10
20
60
120
140
Bad
Worst
1220
2220
Now I want to display this column value where ever the value is greater than 120 (in number) I need to display as 120+ .
I tried with case statement but getting invalid number error since this column having varchar values. How do achieve this?
Regards,
San