Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Monday, July 17, 2017

How to combine two rows as one row for transactional Data

SQLServerCentral » Latest topics
How to combine two rows as one row for transactional Data
Hi,

Because of the application issue, we are seeing partial duplicate row, how to combine duplicate row to original row.

Ex
Transactional Sales Table:

Create table Sales
(
Id int identity (1,1),

No comments: