gpt4 book ai didi

mysql - Eloquent - 排除特定行

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

是否可以使用 Eloquent 排除特定行?

我想从查询 #2 中的查询 #1 中使用一组帖子 ID 排除行。

最佳答案

你可以使用whereNotIn:

Post::whereNotIn('id', array(1, 7, 21))->get();

您可以查看 Laravel Query Builder Documentation更好地了解它的功能。

关于mysql - Eloquent - 排除特定行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26516196/

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