Re: Vietnamese character matching with %LIKE%
First, let's see what character set and collation you are using. Please do
SHOW CREATE TABLE tablename;
Second, let's verify what is in the table -- please do
SELECT name, HEX(name) FROM tablename WHERE ...
to show the internal representation of that string. See this for more discussion of this debugging technique:
http://mysql.rjweb.org/doc.php/charcoll
Third, I can discuss things in more detail after those. Including, we will talk about whether 'Đ' matches 'D' in the collation you are using. Possibly I will need to recommend a different character set and/or collation.
Subject
Views
Written By
Posted
6236
June 14, 2011 10:08AM
Re: Vietnamese character matching with %LIKE%
2355
June 15, 2011 07:50PM
2662
July 04, 2011 06:53PM
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.