Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Selective change tracking in a column

$
0
0
Hi,

I have to count how many times a record changed from group 2 to group 1 or 3 per ID ordered by RowID

This is my table:
[code language="sql"]
RowID ID  GROUP
1  &nbsp

Viewing all articles
Browse latest Browse all 3145

Trending Articles