Mělo by to stačit:
db.emails.find({ $expr: { $gt: [ "$bounceCount" , "$sentCount" ] } });
Zde je odkaz, kde jsem to našel:https://docs.mongodb.com/manual/reference/operator/query/expr/#op._S_expr
Mělo by to stačit:
db.emails.find({ $expr: { $gt: [ "$bounceCount" , "$sentCount" ] } });
Zde je odkaz, kde jsem to našel:https://docs.mongodb.com/manual/reference/operator/query/expr/#op._S_expr