摘要: 一.聚合查询 1.使用 count()方法,可以求出所查询数据的数量; Db::name('user')->count(); 2.count()可设置指定 id,比如有空值(Null)的 uid,不会计算数量; Db::name('user')->count('uid'); 3.使用 max()方法 阅读全文
posted @ 2021-09-14 15:39 WhiteSpace 阅读(46) 评论(0) 推荐(0) 编辑