I want to order the following two columns:
Column1(1) match Column2(1,2,3,4,5,6) and
Column1(2) match Column2(1,2,3,4,5,6)
Column1 Column2
======= =======
1 1
1 2
1 12
2 1
1 4
1 5
2 2
2 3
2 6
2 5
1 6
2 4
What I expect is as follows:
Column1 Column2
======= =======
1 1
1 2
1 4
1 5
1 6
1 12
2 1
2 2
2 3
2 4
2 5
2 6
Thanks you guys!
=====================================================
EDIT: edit column 2's data