Last active
July 30, 2021 15:33
-
-
Save justcoder1/3c57a403fa0d39045e7c88a2536390f2 to your computer and use it in GitHub Desktop.
MongoDB_Aggregation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Match Function | |
db.articles.aggregate([ { $match : { author : "dave" } } ]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment