如何使用mongo bson聚合查询表中两个字段a>b的数据呢?

shenguanjiejie · · 1129 次点击
{ "$match": bson.M{"$expr": bson.M{ "$gt": ["$a", "$b" ] }}} 参考: https://docs.mongodb.com/manual/reference/operator/aggregation/match/#pipe._S_match https://docs.mongodb.com/manual/reference/operator/query/expr/#op._S_expr 微信号就是头像旁边ID。言而有信哈
#1