Here is an example table for my problem:
100 IDO 0514443421
100 IDO 0504899721
100 IDO 0508843421
101 LIRAN 0523399721
101 LIRAN 0524899721
102 ERAN 0593369721
102 ERAN 0599999721
I want to get back a row like that:
100, IDO, 0514443421, 0504899721, 0508843421
I'm aware of the problematic fact of the changing rows number. I can settle for fixed 3 output columns, some of them can be empty.
Any good method for achieving this?
Thank u in advance.