You just need addition operation +
as follows:
select id, c1+c2 as total
from your_table
3
solved How to combine columns into one column in SQL? [closed]
You just need addition operation +
as follows:
select id, c1+c2 as total
from your_table
3
solved How to combine columns into one column in SQL? [closed]