To do multiple $ne then you can use the below-mentioned code:- db.users.find({name : {$nin : ["mary", "dick", "jane"]}}) ...
確定! 回上一頁