Hello guys. Does anybody know how to order ascendent a list of data?
What i mean is that i got 3 columns of data. What i need is to order them with respect to the first one, but i need all the 2 next colums get order at the same time that one.
Example
1 5 4
4 8 9
10 15 4
1 5 8
2 7 9
so after the ordering i wanna get those in the next way:
1 5 4
1 5 8
2 7 9
4 8 9
10 15 4
^
|
|
column that was ordered.
What i mean is that i got 3 columns of data. What i need is to order them with respect to the first one, but i need all the 2 next colums get order at the same time that one.
Example
1 5 4
4 8 9
10 15 4
1 5 8
2 7 9
so after the ordering i wanna get those in the next way:
1 5 4
1 5 8
2 7 9
4 8 9
10 15 4
^
|
|
column that was ordered.