gpt4 book ai didi

php - 我们可以在不等于的情况下使用 whereIn 子句吗

转载 作者:可可西里 更新时间:2023-11-01 07:46:09 27 4
gpt4 key购买 nike

我需要做以下事情

Model::select('column')->whereIn('column','!=',array)->first();

那么我怎样才能做到这一点。任何建议谢谢。

最佳答案

您可以使用 whereNotIn 而不是 whereIn

像这样:

Model::select('column')->whereNotIn('column', array(1,2,3))->first();

关于php - 我们可以在不等于的情况下使用 whereIn 子句吗,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55037693/

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