E
Ed Adamthwaite
Hi all,
When I do a sort on a surname field, it appears as though the apostrophe is
specifically excluded from a sort in SQL. For example, O Dea comes before
Oates but O'Dea comes after. If I do a typo and use a double-quote, O"Dea
comes before Oates.
space = ASCII 32
double quote = ASCII 34
single quote = ASCII 39
O = ASCII 79
I look to the sky and plaintively cry "Why? o Microsoft, why?"
Is there a way to do a sort that mimics the ordering in a phone book? (We'll
ignore "Macs" for the moment).
Regards,
Ed.
When I do a sort on a surname field, it appears as though the apostrophe is
specifically excluded from a sort in SQL. For example, O Dea comes before
Oates but O'Dea comes after. If I do a typo and use a double-quote, O"Dea
comes before Oates.
space = ASCII 32
double quote = ASCII 34
single quote = ASCII 39
O = ASCII 79
I look to the sky and plaintively cry "Why? o Microsoft, why?"
Is there a way to do a sort that mimics the ordering in a phone book? (We'll
ignore "Macs" for the moment).
Regards,
Ed.