Answers for "mongodb get list of fields"

1

list values of a column mongo

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

Code answers related to "mongodb get list of fields"

Browse Popular Code Answers by Language