Posted in PHP onDecember 14, 2016
TP中distinct()的用处主要是去除重复的值
在Thinkphp手册中也详细说明了(链接:http://document.thinkphp.cn/manual_3_2.html#distinct)
下面是我的个人例子:
显示的是这样的
在加入distinct的话:
显示结果为
下面为贴出来的代码
$offernum = M('offer')->distinct(true)->where('order_id='.$order_id)->field('user_id,number')->select(); dump($offernum);
以上所述是小编给大家介绍的Thinkphp 中 distinct 的用法解析,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对三水点靠木网站的支持!
Thinkphp 中 distinct 的用法解析
- Author -
serenas声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@