I wanted to know if it is possible to target an object / result to a specific collection using the db.collection.find()
command, which would equal the $out
in the aggregate operation.
I wanted to know if it is possible to target an object / result to a specific collection using the db.collection.find()
command, which would equal the $out
in the aggregate operation.