By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| AgentId | UniqueLeads | QtySold |
|---|---|---|
| 1 | 2 | 1 |
| 2 | 1 | 0 |
| 4 | 1 | 1 |
| 5 | 2 | 2 |
Warning: Null value is eliminated by an aggregate or other SET operation.
| AgentId | UniqueLeads | QtySold |
|---|---|---|
| 1 | 2 | 1 |
| 2 | 1 | 0 |
| 4 | 1 | 1 |
| 5 | 2 | 2 |
Warning: Null value is eliminated by an aggregate or other SET operation.