Hi Guys,
Do you know how can I do this in classic Select?
I have a field in my table that has negative values and positive values, for example:
-1
-4
5
6
343
-34
I need just to put this in my select:
Select MyField
From MyTable
But MyField if the value is positive to put "Positive" and if this is negative to put "negative", is that possible?
For example this will be the result:
Negative
Negative
Positive
Positive
Positive
Negative
Thanks for any suggestions!
MR
Do you know how can I do this in classic Select?
I have a field in my table that has negative values and positive values, for example:
-1
-4
5
6
343
-34
I need just to put this in my select:
Select MyField
From MyTable
But MyField if the value is positive to put "Positive" and if this is negative to put "negative", is that possible?
For example this will be the result:
Negative
Negative
Positive
Positive
Positive
Negative
Thanks for any suggestions!
MR