michelleqw
Programmer
Dear sql users,
At the moment we do have a problem and we can't find a solution:
Tables:
GROUP_ CHOICE VALUE
x A 1
x B 2
x C 3
x A 4
x B 5
x C 6
convert to:
GROUP_ CH_A_VALUE CH_B_VALUE CH_C_VALUE
X 5 7 9
We want to make a counting of the field CHOICE and put the value´s in new fields. All must be happen in one sql statement.
Can someone give us a solution for this problem or give a sql statement?
Nice regards,
Michelle.