MySQL search Chinese characters
Posted
by Jasie
on Stack Overflow
See other posts from Stack Overflow
or by Jasie
Published on 2010-04-18T10:00:28Z
Indexed on
2010/04/18
10:03 UTC
Read the original article
Hit count: 326
mysql-query
|cjk
Hello,
Let's say I have a row:
???????
Someone enters as a query:
??
Should I break up the characters in the query, and individually perform a LIKE % %
match on each character against the row, or is there any easier way to get a row that contains one of the two characters? FULLTEXT won't work with CJK characters.
Thanks!
© Stack Overflow or respective owner