标签:getc name bsp mongodb使用 inf 使用 语句 lse col
查询某个字段存在的语句
db.getCollection(‘tableName‘).find({"RouteInfo":{"$exists":true}})
查询某个字段不存在的语句
db.getCollection(‘tableName‘).find({"RouteInfo":{"$exists":false}})
标签:getc name bsp mongodb使用 inf 使用 语句 lse col
原文地址:https://www.cnblogs.com/petunsecn/p/12289990.html