gpt4 book ai didi

php - 我想搜索没有包含撇号字符串的行

转载 作者:太空宇宙 更新时间:2023-11-03 10:22:44 26 4
gpt4 key购买 nike

我不想在特定字段中搜索包含“'”单引号字符串的行。我尝试过

select * from table where field like "%samad's%"

我只得到 0 个计数。但我确信它存在于许多行中。

如何查询他们并提供帮助

最佳答案

试试这个:

SELECT * FROM table WHERE field LIKE '%''%'

关于php - 我想搜索没有包含撇号字符串的行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9738307/

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