gpt4 book ai didi

android - 如何在SQL中搜索字符串中的字母

转载 作者:行者123 更新时间:2023-11-29 15:57:26 26 4
gpt4 key购买 nike

我有如下表格

ID  |  Place
-------------
0 | BANGALORE
1 | BEGUR

现在在此表中,我需要一个查询,当我搜索“BR”时返回行。 BR 术语出现在两行中,有没有办法像这样搜索字符串?

最佳答案

使用LIKE 运算符。这将返回在任何位置的 'R' 之前具有单词 'B' 的行

select * from tablename where Place like '%B%R%'

关于android - 如何在SQL中搜索字符串中的字母,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27200405/

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