I have a column in a table where the data looks like the following:
d=115/a=25/c=3
b=132/c=3/d=87
d=73/c=3/b=17/a=3/e=14
b=167/a=114/c=3/d=3
d=140/c=54/b=12
d=87/c=44/b=3
b=93/e=19/a=83/d=5
d=125/a=8/c=123/b=7
c=116/b=5/d=31
b=125/d=34/d=3
d=151/a=68/c=12/b=5/e=19
For each of the rows, I want to get the two highest values only, i.e for Row 1, get only d and a to be in the output, for Row 2, values for b and d and so on....
Thanks,
Mika
d=115/a=25/c=3
b=132/c=3/d=87
d=73/c=3/b=17/a=3/e=14
b=167/a=114/c=3/d=3
d=140/c=54/b=12
d=87/c=44/b=3
b=93/e=19/a=83/d=5
d=125/a=8/c=123/b=7
c=116/b=5/d=31
b=125/d=34/d=3
d=151/a=68/c=12/b=5/e=19
For each of the rows, I want to get the two highest values only, i.e for Row 1, get only d and a to be in the output, for Row 2, values for b and d and so on....
Thanks,
Mika