'Is there a mongo equivalent of INSERT INTO SELECT

We want to start putting data into history collections in Mongodb.

In MySQL I would use an

INSERT INTO SELECT fields FROM ....

Is there an equivalent in Mongo?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source