SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to do multiple $ne then do
$ne
db.users.find({name : {$nin : ["mary", "dick", "jane"]}})