02 2020 档案

摘要:查询某个字段存在的语句 db.getCollection('tableName').find({"RouteInfo":{"$exists":true}}) 查询某个字段不存在的语句 db.getCollection('tableName').find({"RouteInfo":{"$exists" 阅读全文
posted @ 2020-02-10 10:17 petunsecn 阅读(139) 评论(0) 推荐(0)