Re: utf8 in database but order does not sort correct
Unfortunately, there is no way to control the order of accents and cases
in a accent insensitive case insensitive collations. This feature is on TODO.
The only possible way it to use a second sorting column.
For example, something like:
ORDER BY col, BINARY col
Subject
Views
Written By
Posted
12210
April 13, 2006 03:05AM
5375
April 13, 2006 07:35AM
4742
April 18, 2006 03:59AM
4226
April 25, 2006 02:24AM
7021
June 13, 2006 04:41AM
Re: utf8 in database but order does not sort correct
4715
June 20, 2006 12:03AM
4134
August 30, 2006 04:58AM
4218
October 16, 2006 01:34AM
4039
October 16, 2006 09:03AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.