G
Guest
I'm trying to clean up some data in a database I was given.
One of the fields (Text, 50) is a unit designator, some of which are
hyphenated. When I sort by this field, I get some results that I did not
expect.
Unit_Designator
21
2-1
22
2-2
I expected:
21
22
2-1
2-2
Any idea why these are not sorting appropriately?
One of the fields (Text, 50) is a unit designator, some of which are
hyphenated. When I sort by this field, I get some results that I did not
expect.
Unit_Designator
21
2-1
22
2-2
I expected:
21
22
2-1
2-2
Any idea why these are not sorting appropriately?