Kvalificere opdateringen til kun at opdatere dokumentet, hvis amount
er større end 0:
db.coll.update({_id: 'XXX', amount: {$gt: 0}}, {$inc: {amount: -1}})
Kvalificere opdateringen til kun at opdatere dokumentet, hvis amount
er større end 0:
db.coll.update({_id: 'XXX', amount: {$gt: 0}}, {$inc: {amount: -1}})