【发布时间】:2012-04-25 12:41:10
【问题描述】:
mySql REGEXP 运算符不区分大小写。此运算符是否有区分大小写的版本?
【问题讨论】:
-
这就是文档所说的,但如果您进一步看一下,即dev.mysql.com/doc/refman/5.1/en/regexp.html#operator_regexp 示例
As a more complex example, the regular expression B[an]*s matches any of the strings Bananas, Baaaaas, Bs, and any other string starting with a B, ending with an s, and containing any number of a or n characters in between. -
我认为这取决于您的存储引擎、InnoDB、MyISAM 等。您是否在不同类型上尝试过?