Tagged Questions

4
votes
4answers
2k views

Aggregate adjacent only records with T-SQL

I have (simplified for the example) a table with the following data Row Start Finish ID Amount --- --------- ---------- -- ------ 1 2008-10-01 2008-10-02 01 10 2 ...