English 中文(简体)
Mysql s LIKE错失了希伯来语和反弹,原因何在?
原标题:Mysql s LIKE is missbehaving with Hebrew and backslashes, why?
  • 时间:2009-10-14 17:51:45
  •  标签:

我有以下回答正确结果的问题:

SELECT *
FROM `tags`
WHERE tag_name =  בית\"ר-ירושלים 

如果我改动,

SELECT *
FROM `tags`
WHERE tag_name LIKE  בית\"ר-ירושלים 

SELECT *
FROM `tags`
WHERE tag_name LIKE  בית\"ר-ירושלים% 

它没有工作。 如果我从询问中删除所有斜线和“从问线上”的话,它将发挥作用。

最佳回答

As @halocursed said - this is a bug in MySql.
bugs.mysql.com/bug.php?id=46659

问题回答

暂无回答




相关问题
热门标签