Viewing 3 posts - 1 through 4 (of 4 total)
As before this problem in not to do with collation as Latin characters sort the same whether the collation is Latin or Chinese. The problem is your part numbers where...
October 7, 2013 at 3:09 am
The only solution is to amend you part numbering to something that will sort the way you expect
drop table #s_stkmst
create table #s_stkmst(part_code...
October 7, 2013 at 2:19 am
This has go nothing to do with the collation it is just that when you order the parts list using standard alphanumeric ordering you get a different order to the...
October 7, 2013 at 2:14 am
Viewing 3 posts - 1 through 4 (of 4 total)