By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
9 rows affected
Msg 4104 Level 16 State 1 Line 2
The multi-part identifier "a.basic_no" could not be bound.
| id | basic_no | sell_price | buy_price |
|---|---|---|---|
| 1a | 1 | 400 | null |
| 1a | 1 | 3 | null |
| 2a | 2 | 10 | null |
| 2a | 2 | null | 15 |
| 3a | 3 | 75 | null |
| 3a | 3 | null | 100 |