ai didi

php - 选择 * 但没有包含 "This"的结果

转载 作者:行者123 更新时间:2023-11-29 01:36:55 24 4
gpt4 key购买 nike

在sql中有没有一种方法可以编写一个查询来返回除包含“This”的结果之外的所有结果

所以在我看来它看起来像这样,但我知道它行不通

$sql = 'SELECT * FROM tablename EXCLUDING WHERE col1 = This'

我知道上面的方法行不通,但是有没有类似的东西,似乎在这里找不到任何帮助

最佳答案

尝试使用NOT LIKE:

$sql = 'SELECT * FROM tablename WHERE col1 NOT LIKE "%This%"'

来自 w3resource :

MySQL NOT LIKE is used to exclude those rows which are matching the criterion followed by LIKE operator.

关于php - 选择 * 但没有包含 "This"的结果,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39765766/

24 4 0
文章推荐: android - Android Studio 中的库项目
文章推荐: PHP MySQL INSERT INTO : can't insert anymore
文章推荐: mysql - 在表中找到仅在第二位有空格的 SPECIFIC 记录?
文章推荐: user-interface - 安卓 : progrees bar like sea waves
行者123
个人简介

我是一名优秀的程序员,十分优秀!

滴滴打车优惠券免费领取
滴滴打车优惠券
全站热门文章
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com