I want to sort below data:
0000091
00001
B
A
C
When I use natural sort the result will become like below:
0000091
00001
A
B
C
But my expected result should be:
00001
0000091
A
B
C
Any idea to sort above data?
I want to sort below data:
0000091
00001
B
A
C
When I use natural sort the result will become like below:
0000091
00001
A
B
C
But my expected result should be:
00001
0000091
A
B
C
Any idea to sort above data?