$gte and $lte in mongodb code example Example: $gte in mongodb db.inventory.find( { qty: { $gte: 20 } } )