2016年6月13日
摘要: select count(distinct ID) from table Thinkphp CURD写 $count = $model->where($where)->count('distinct 字段名'); 阅读全文
posted @ 2016-06-13 16:08 caigan 阅读(541) 评论(0) 推荐(0) 编辑