Answers for "mongoose distinct with query"

2

mongodb distinct

Db.collection.distinct('searchField')
Posted by: Guest on June-29-2020
1

find distinct in mongodb

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

Browse Popular Code Answers by Language