标签:style pos blank tin get 不同的 sel class osi
DISTINCT 方法用于返回唯一不同的值 。
例如:
$Model->distinct(true)->field(‘name‘)->select();
生成的SQL语句是: SELECT DISTINCT name FROM think_user
distinct方法的参数是一个布尔值。
标签:style pos blank tin get 不同的 sel class osi
原文地址:https://www.cnblogs.com/furuihua/p/11804375.html