Answers for "how to get all distinct values of one fiels in a collceiton in mongo"

1

find distinct in mongodb

db.inventory.distinct( "item.sku", { dept: "A" } )
Posted by: Guest on September-09-2020

Code answers related to "how to get all distinct values of one fiels in a collceiton in mongo"

Browse Popular Code Answers by Language