hello to all
I have tables that all look like this... [tt]
ID C1 C2 C3 C4 C5 C6
1 32 34 11 56 87 11
2 55 77 89 34 77 77
3 13 56 56 12 90 56
... etc [/tt]
I'm hoping to find SQL that will order each row's values in C1 to C6 in descending order. Some values may be repeated in a row.
The output would look like this... [tt]
ID Q1 Q2 Q3 Q4 Q5 Q6
1 87 56 34 32 11 11
2 89 77 77 77 55 34
3 90 56 56 56 13 12
... etc [/tt]
Thanks in advance for any advice.
Vicky c.
I have tables that all look like this... [tt]
ID C1 C2 C3 C4 C5 C6
1 32 34 11 56 87 11
2 55 77 89 34 77 77
3 13 56 56 12 90 56
... etc [/tt]
I'm hoping to find SQL that will order each row's values in C1 to C6 in descending order. Some values may be repeated in a row.
The output would look like this... [tt]
ID Q1 Q2 Q3 Q4 Q5 Q6
1 87 56 34 32 11 11
2 89 77 77 77 55 34
3 90 56 56 56 13 12
... etc [/tt]
Thanks in advance for any advice.
Vicky c.