gpt4 book ai didi

php - 拉维查询。独一无二的地方

转载 作者:可可西里 更新时间:2023-10-31 23:56:48 25 4
gpt4 key购买 nike


我有这样的数据库表:

**job_id**
5
5
5
6
6
7
8
8

我想编写查询,它只能选择唯一的 ID。说唯一是指只选择这些值一次:
5、6、7、8

提前致谢!

最佳答案

你可以使用 DISTINCT .

DB::table('table')->select('job_id')->distinct()->get();

关于php - 拉维查询。独一无二的地方,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30709144/

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