Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (23 loc) · 223 Bytes

mongodb-operators.md

File metadata and controls

25 lines (23 loc) · 223 Bytes

MongoDB Query Operators

Conditional Operators

  • $ne
  • $in
  • $nin
  • $mod
  • $all
  • $size
  • $exists
  • $type
  • $lt
  • $lte
  • $gt
  • $gte
  • $ne

Update Operators

  • $set
  • $inc
  • $push
  • $pop
  • $pull
  • $pushAll
  • $pullAll