I want to add value of 3 columns into one new column but there is a problem! problem is that the value of columns is constant!!! but it should change from one column to another one!!!!
SELECT
query,
RESPECT,
INTELLECT,
STRENGTH,
SEL,
EXPERIENCE,
GUN,
DOG,
CAR,
CASH,
BANK_CASH,
STRENGTH + INTELLECT + SEL AS RES2
FROM P