Enable Profiler in Mongodb Atlas Database
I am using MongoDb with .Net Core and using .Net Driver. I used Sql Server with Profiler where we can see all events like which query run on sql server.
Copy a field for all documents in a collection
I want to be able copy one field to another in a UpdateMany
statement.