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),
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:
Post a Comment