Guest User

Untitled

a guest
Oct 24th, 2017
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. > db.presentations.find( { "attendees._id" : ObjectId("4e034b4363dca237ec000003") } );
  2. { "_id" : ObjectId("4e0345cb52c304b4ea000009"), "attendees" : [
  3. {
  4. "_id" : ObjectId("4e034b4363dca237ec000003"),
  5. "name" : "asas",
  6. "email" : "asass"
  7. },
  8. {
  9. "_id" : ObjectId("4e0355f248cdf64bf4000005"),
  10. "name" : "asas",
  11. "email" : "asasas"
  12. },
  13. {
  14. "_id" : ObjectId("4e035659c9f0d750f4000007"),
  15. "name" : "vinicius",
  16. "email" : "vcamaral@gmail.com"
  17. },
  18. {
  19. "_id" : ObjectId("4e0356731b669e52f4000005"),
  20. "name" : "vinicius2",
  21. "email" : "vcamaral@gmail.com"
  22. },
  23. {
  24. "_id" : ObjectId("4e035689622ab053f4000006"),
  25. "name" : "vinicius2",
  26. "email" : "vcamaral@gmail.com"
  27. },
  28. {
  29. "_id" : ObjectId("4e0356d477bfe956f4000007"),
  30. "name" : "sasasas",
  31. "email" : "vcamaral@gmail.com"
  32. }
  33. ], "slides" : 3 }
  34. >
Add Comment
Please, Sign In to add comment