I'd like to get the names of all the keys in a MongoDB collection. For example, from this: db.things.in
Suppose you have the following documents in my collection: { "_id":ObjectId("562e7c594c12942f08fe4192"),
In MongoDB, is it possible to update the value of a field using the value from another field? The equivalent