6 January 2017 / MongoDB 【MongoDB】查询某属性不为null的文档 使用$exists,如下: db.getCollection('info').find({"name":{"$exists":true}})