💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## count 与 distinct 联合使用 ~~~ $onlineNum = BraceletInformation::where($where)->distinct()->recycle()->count('uid'); ~~~ 上面的SQL语句为: ``` select count(distinct `uid`) as aggregate from `my8_bracelet_information` where (`date` = 20140428 and `business_id` = 1) and `is_recycle` = 0 ```