Answers for "how to get count of unqiue values from multiple mongodb documents"

4

mongodb count distinct

db.collection.distinct('field').length
Posted by: Guest on April-24-2020

Code answers related to "how to get count of unqiue values from multiple mongodb documents"

Browse Popular Code Answers by Language