By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| (No column name) |
|---|
| Microsoft SQL Server 2016 (SP2-CU12) (KB4536648) - 13.0.5698.0 (X64) Feb 15 2020 01:47:30 Copyright (c) Microsoft Corporation Express Edition (64-bit) on Windows Server 2019 Standard 10.0 <X64> (Build 17763: ) (Hypervisor) |
6 rows affected
| cust_id | country | sales | X | R |
|---|---|---|---|---|
| 1 | US | a | 0 | 1 |
| 1 | IN | b | 1 | 2 |
| 1 | DE | c | 1 | 3 |
| 2 | US | x | 0 | 1 |
| 2 | IN | y | 1 | 2 |
| 7 | DE | r | 1 | 1 |
| cust_id | country | sales | X | R |
|---|---|---|---|---|
| 1 | US | a | 0 | 1 |
| 2 | US | x | 0 | 1 |
| 7 | DE | r | 1 | 1 |