This topic created in 4518 days ago, the information mentioned may be changed or developed.
假设表S有a,b两个字段,sql语句为 select sum(b) as total from S group by a order by total;
这个在django中如何做?
3 replies • 1970-01-01 08:00:00 +08:00
 |
|
1
geeklian Dec 26, 2013 via iPad
django doc 搜索annotate。 我在公交上。没法给完整的。
|