gpt4 book ai didi

mysql - 如何搜索带有替代字符的字符串?

转载 作者:行者123 更新时间:2023-11-29 05:12:35 25 4
gpt4 key购买 nike

我有一个用于保存字符串的字段,例如:

"one two-tree"
"one-two-tree"
"one-two tree"
"one two tree"

当我执行 SELECT 时,我想检索具有“-”或“”(空格)的字符串。示例:

当我这样做时:

Select name from table where name="one two tree"

我希望它在有空格或 - 的地方也带来结果,在这种情况下返回上面举例说明的所有字符串。

这个有通配符吗?

最佳答案

就标准SQL而言,您必须使用“或”或“喜欢”。取决于你到底想要什么。示例:从名称类似于“one?two?tree”的表中选择名称。

但是,mySQL 支持 REGEX 扩展,可以满足您的需求:

http://dev.mysql.com/doc/refman/5.7/en/pattern-matching.html

关于mysql - 如何搜索带有替代字符的字符串?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37336811/

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