Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. MongoDB shell version: 1.6.3
  2. connecting to: test
  3. > db.col1.find()
  4. > db.coll.insert({'comments': [{'by': 'joe', 'votes': 3}]})
  5. > db.col1.find()
  6. > db.col1.count()
  7. 0
  8. > db.version()
  9. 1.6.3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement