Re: utf8 in database but order does not sort correct
Posted by: Alexander Barkov
Date: June 20, 2006 12:03AM

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

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: utf8 in database but order does not sort correct
4705
June 20, 2006 12: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.