The question is very simple
, but I am having troubles with realization.
The current table looks like this:
ID Value
A 1
A 2
A 3
B 1
B 2
C 1
And i need it like this:
ID Value1 Value2 Value3 Value...
A 1 2 3 NULL
B 1 2 NULL NULL
C 1 NULL NULL NULL