$nin
db.inventory.find( { qty: { $nin: [ 5, 15 ] } } )db.inventory.update( { tags: { $nin: [ "appliances", "school" ] } }, { $set: { sale: false } } )最后更新于
db.inventory.find( { qty: { $nin: [ 5, 15 ] } } )db.inventory.update( { tags: { $nin: [ "appliances", "school" ] } }, { $set: { sale: false } } )最后更新于