N
noa
I don’t know if this is possible.
I would like to change a tables’s data from the following presentation:
id selection
1 50
1 60
1 70
2 50
2 80
2 90
to this one:
id 50 60 70 80 90
1 1 1 1 0 0
2 1 0 0 1 1
Can I do that?
Thanks,
Noa
I would like to change a tables’s data from the following presentation:
id selection
1 50
1 60
1 70
2 50
2 80
2 90
to this one:
id 50 60 70 80 90
1 1 1 1 0 0
2 1 0 0 1 1
Can I do that?
Thanks,
Noa