SyntaxFix
Write A Post
Hire A Developer
Questions
db.employe.find({ $and:[ {"dept":{ $exists:false }, "empno": { $in:[101,102] } } ] }).count();