I am trying to break and merge the results of a table like this. (For Bingo!) I can write CASEs easily enough to break the columns up by the first letter. However I end up with nulls displaying as the rows are treated as distinct by their IDs. I have tried some of the merge examples here but seem to be stumped. The IDs don't matter and I have control of how the initial data is collected.
ID | Number |
====================
1 | N6 |
2 | B22 |
3 | B5 |
4 | I9 |
5 | N4 |
B | I | N | G | O |
============================
B5 | I9 | N4 | -- | -- |
B22| -- | N6 | -- | -- |