Question
transfer data from one type of table to another
Can some kind soul put me out of my misery and explain how I can get the data from Table1 to Table2
I'm really struggling!
Table1
| MerchID | MatchesSKU |
|---|---|
| 1 | BR34 |
| 1 | BD16 |
| 2 | DE11 |
| 3 | HB12 |
| 3 | DX15 |
| 3 | DR19 |
Table2
| MerchID | MatchesSKU1 | MatchesSKU2 | MatchesSKU3 |
|---|---|---|---|
| 1 | BR34 | BD16 | |
| 2 | DE11 | ||
| 3 | HB12 | DX15 | DR19 |
