0
我使用此查詢找到狀態(「isActive」:假)真或假還發現年齡取決於狀況最新統計總量MongoDB的總斷言:命令失敗
db.programmershelper.aggregate([{
$match: {
"isActive": false
}
}, {
$group: {
_id: "age",
total: { $count: "$amount" }
}
}])
顯示此消息,以及 斷言:命令失敗:{ 「OK」:0, 「ERRMSG」: 「未知組操作員」$伯爵「, 」代碼「:15952, 」代號「: 」Location15952「 }
F ollowing錯誤
總失敗
[email protected]/mongo/shell/utils.js:25:13
什麼是「年齡」在這裏?什麼是「金額」? – nullpointer