gpt4 book ai didi

Mysql RLIKE/PREG_MATCH 错误

转载 作者:行者123 更新时间:2023-11-29 13:54:04 25 4
gpt4 key购买 nike

冷酷的人可以解释为什么这会返回 true:

SELECT BINARY 'â' RLIKE '[™]';
SELECT BINARY 'é' RLIKE '[©]';

解决办法是什么?是我的配置错误吗?


更新:

发现使用 (™|©) 而不是 [™©] 可以作为第一个解决方法

最佳答案

来自documentation :

Warning
The REGEXP and RLIKE operators work in byte-wise fashion, so they are not multi-byte safe and may produce unexpected results with multi-byte character sets.

关于Mysql RLIKE/PREG_MATCH 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16165770/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com