Answers for "and operation mongodb find"

2

and operation mongodb find

db.inventory.find( { $and: [ { price: { $ne: 1.99 } }, { price: { $exists: true } } ] } )
Posted by: Guest on March-19-2021

Browse Popular Code Answers by Language