Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. db.test2.updateOne(
  2. { "items.type": "other" },
  3. {
  4. $set: { 'items.$.type': "other type"},
  5. $inc: {'items.$.quantity': 1},
  6. $max: {
  7. 'items.$.weight': 200
  8. }}
  9. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement