Skip to content

Instantly share code, notes, and snippets.

@justcoder1
Last active July 30, 2021 15:33
Show Gist options
  • Save justcoder1/3c57a403fa0d39045e7c88a2536390f2 to your computer and use it in GitHub Desktop.
Save justcoder1/3c57a403fa0d39045e7c88a2536390f2 to your computer and use it in GitHub Desktop.
MongoDB_Aggregation
// 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