Nó sẽ thực hiện thủ thuật:
db.emails.find({ $expr: { $gt: [ "$bounceCount" , "$sentCount" ] } });
Đây là tài liệu tham khảo mà tôi tìm thấy:https://docs.mongodb.com/manual/reference/operator/query/expr/#op._S_expr
Nó sẽ thực hiện thủ thuật:
db.emails.find({ $expr: { $gt: [ "$bounceCount" , "$sentCount" ] } });
Đây là tài liệu tham khảo mà tôi tìm thấy:https://docs.mongodb.com/manual/reference/operator/query/expr/#op._S_expr