I cannot figure out how to even explain this succinctly, I suspect there is a word or term for what I want to do but I dont know it. I have a table and it has many duplicate records. each record has 5 columns.
ID (not key), Thing1, Thing2, Thing3.
ID1, ball, ring, jumprope
ID1, flower, book, bell
ID2, something, something
ID3, something, something, something
I would like to do this:
ID1, ball, ring, jumprope, flower, book, bell
ID2, something, something
ID3, something, something, something
Any pointing me to a tutorial would be useful. I just dont even know what to call this to look for a tutorial.