通过HTTP API调用云端数据库,聚合功能报错?
查询语句:db.collection(‘commodity’).aggregate().match({“key”:22}).end()
报错信息:{“errcode”:-605101,“errmsg”:“RuntimeError: cannot get property ‘aggregate’ (at line 1, col 27) hint: [fcN8ra05642028]”}
请问下是通过HTTP API调用,不支持聚合功能吗
查询语句:db.collection(‘commodity’).aggregate().match({“key”:22}).end()
报错信息:{“errcode”:-605101,“errmsg”:“RuntimeError: cannot get property ‘aggregate’ (at line 1, col 27) hint: [fcN8ra05642028]”}
请问下是通过HTTP API调用,不支持聚合功能吗