Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Merger in two row

    Select id,name,sum(isnull(old,0)),sum(isnull(new,0))

    From Test1

    Group By id,name

    this could also work

Viewing post 1 (of 1 total)