I want to select value of a dummy column into another dummy column
something like below
select a+b+c as mynum, b/mynum as newnum
from mytable
I want to select value of a dummy column into another dummy column
select a+b+c as mynum, b/mynum as newnum
from mytable