Popular Posts

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

Thursday, October 19, 2017

Selective change tracking in a column

SQLServerCentral » Latest topics
Selective change tracking in a column
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   

No comments: