如何在mongodb 查询多个字段中的指定几个字段

2026年09月26日 13:29
有1个网友回答
网友(1):

如何在mongodb 查询多个字段中的指定几个字段
db.things.find({"name": {$exists: true}, "country": {$exists: true}})