2 回复
yangzhang
yangzhang2 楼5 年前

collection.count相当于select count(*) from table x,返回一个数字,我问的是select field1, sum(field2) from table x  group by field1如何在云数据库实现。