Home Forums SQL Server 2005 SQL Server Newbies How to add two column and the to put the result on the next row? RE: How to add two column and the to put the result on the next row?

  • Maybe you could use the sql statement below:

    update tablename set column3 = column1 + column2