I have a 2-dimensional array:

1 2 3
1 2 3
1 2 3
1 2 3
1 2 3

and I want to sort it so that column 3 is in descending numerical order. Any ideas?