I want to query a column from a table, evaluate the value in that column (column 1). If the value in column 1 is > 0, input that value into column 2, if the value in column A is < 0, input that value from column 1 into column 3.
ex: column 1 column 2 column 3
-5 -5
5 5
The end result should look like the above illustration.
Appreciate help with the programming of the query/script to accomplish this.
Thanks,
Andrew
ex: column 1 column 2 column 3
-5 -5
5 5
The end result should look like the above illustration.
Appreciate help with the programming of the query/script to accomplish this.
Thanks,
Andrew