我有两个带有Unicode字符的表。他们都使用collation=utf8\u general\u ci。
然而,如果我试图在另一个表的一个表中连接或甚至查询一个单词,即使它们看起来完全相同,它们也不匹配。
我直接从我的查询中复制了这个。。。
SELECT * FROM `SBLGNT` where B like '%á¼Î¼á½µÎ½%'; --doesn't work (copied word from other table)
SELECT * FROM `SBLGNT` where B like '%á¼Î¼Î®Î½%'; --works (copied word from this table)