Answers for "List all values of a certain field 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 "List all values of a certain field in mongodb"

Browse Popular Code Answers by Language