你的位置:首页 > 软件开发 > 数据库 > mongo 查询 某 字段 not null

mongo 查询 某 字段 not null

发布时间:2016-08-04 16:00:07
db.getCollection(WorkflowInstance).find({CurrentApproverList:{$ne:null}}) ...

db.getCollection('WorkflowInstance').find({'CurrentApproverList':{$ne:null}})


原标题:mongo 查询 某 字段 not null

关键词:Mongo

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录