$goods = D(‘Goods‘);
// 获得总条数价格大于1000的商品
$cnt = $goods -> where (‘price > 1000‘) -> count(); sum() 总数 max() avg() 平均数 min()
时间: 2024-12-29 10:09:45
$goods = D(‘Goods‘);
// 获得总条数价格大于1000的商品
$cnt = $goods -> where (‘price > 1000‘) -> count(); sum() 总数 max() avg() 平均数 min()