AGGREGATE Movie tutorial
From NoSQLZoo
Alien
Use aggregate to show details of the movie "Alien"
db.movie.aggregate([ {$match:{ title:"Alien" }} ])
db.movie.aggregate([
{$match:{ title:"Alien" }}
])
Use aggregate to show details of the movie "Alien"
db.movie.aggregate([ {$match:{ title:"Alien" }} ])
db.movie.aggregate([
{$match:{ title:"Alien" }}
])