Answers for "require all fields of a document except few in mongo db"

0

require all fields of a document except few in mongo db

db.inventory.find( { status: "A" }, { status: 0, instock: 0 } )
Posted by: Guest on July-27-2021

Code answers related to "require all fields of a document except few in mongo db"

Browse Popular Code Answers by Language