how to get the distinct values for a field in mongodb code example Example: find distinct in mongodb db.inventory.distinct( "item.sku", { dept: "A" } )