gpt4 book ai didi

Laravel 查询 : 'lists' method

转载 作者:行者123 更新时间:2023-12-02 14:32:48 24 4
gpt4 key购买 nike

“列表”方法确实检索列值的列表,但我希望该方法检索值但不重复,如何实现?

    $types = DB::table('events')->lists('type');

最佳答案

如果您只需要获取不同的值,您应该这样做:

$types = DB::table('lists')->distinct()->lists('type');

关于Laravel 查询 : 'lists' method,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19948478/

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