By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| (No column name) |
|---|
| Microsoft SQL Server 2019 (RTM-CU6) (KB4563110) - 15.0.4053.23 (X64) Jul 25 2020 11:26:55 Copyright (C) 2019 Microsoft Corporation Express Edition (64-bit) on Windows Server 2019 Standard 10.0 <X64> (Build 17763: ) (Hypervisor) |
4 rows affected
| (No column name) |
|---|
| select *, row_number() over (partition by unique_key order by city desc,county desc,partners desc,product desc from #CUSTOMERS_MND_0 )select * from cte where rn = 1 |