Re: utf8 in database but order does not sort correct
Posted by: Peter Gulutzan
Date: October 16, 2006 09:03AM

Whatever you are seeing, it is not due to failure in sorting.
Without seeing an example statement or environment description,
I can only speculate:
- Your characters may not really be in utf8, so check with
SELECT HEX(column_name) FROM table_name;
- You said DESC in your ORDER BY clause
- The collation may not really be utf8_spanish_ci, so check with
SELECT ... FROM INFORMATION_SCHEMA.COLUMNS ...

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: utf8 in database but order does not sort correct
3932
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.