码迷,mamicode.com
首页 > 其他好文 > 详细

django 聚合函数

时间:2015-06-04 15:48:26      阅读:121      评论:0      收藏:0      [点我收藏+]

标签:django

Talk is cheap,show you the code!

聚合函数 Sum的用法:

total_sale_num = Saleinfo.filter(product_id="9321374", sku_id=1).aggregate(total_sale_num=Sum(‘sale_num‘)).get(‘total_sale_num‘) or 0

求出销售信息中的商品id为9321374,规格id为1的销售总数


django 聚合函数

标签:django

原文地址:http://blog.csdn.net/dale_dede/article/details/46361213

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!