Answers for "how to find all the values of the particular column in mongodb"

1

list values of a column mongo

db.collection.distinct('key_value')
Posted by: Guest on August-01-2020

Code answers related to "how to find all the values of the particular column in mongodb"

Browse Popular Code Answers by Language