Hi

CREATE VIEW in MONGODB

db.createView(
   "actView\",
   "CollectionName",
   [ { $project: { usertype: 1,username:1 } } ]
)
Previous
Next Post »