SQL Server
Associative Grouping using tSQL (Part 2)
In part one of this series we looked at how we could use recursive CTE’s toto find overlapping groups in two columns in a table, in order to put them into a new super group of associated groups. Since I wrote that post, SQL Server 2019 CTP 3.1 has been Read more…