I am trying to get some results through query that would be in range from -50 to +50. now according to the range I need to have value in column comment.
The conditions are
>=-50 and < -30 = very negative
=< -30 and < -10 = negative
=< -10 and < +10 = neutral
=< +10 and < +30 = positive
=< +30 and < +50 = very positive
the output i am trying to get is:
range comment
-45 very negative
-20 negative
I can just get the value how can i set comment according to it.