Kvalificera uppdateringen för att endast uppdatera dokumentet om amount
är större än 0:
db.coll.update({_id: 'XXX', amount: {$gt: 0}}, {$inc: {amount: -1}})
Kvalificera uppdateringen för att endast uppdatera dokumentet om amount
är större än 0:
db.coll.update({_id: 'XXX', amount: {$gt: 0}}, {$inc: {amount: -1}})