I'm new to mongdb and would like to type a "Select" that would return people with identical fields eg:
a collection has the fields: name, profession.
Would you like to return all those who have the same profession as I do in Mongo?
I'm new to mongdb and would like to type a "Select" that would return people with identical fields eg:
a collection has the fields: name, profession.
Would you like to return all those who have the same profession as I do in Mongo?