Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. > db["stats"].insert(doc)
  2. Tue May 10 16:22:20 TypeError: db.stats.insert is not a function (shell):1
  3. > db.stats.insert(doc)
  4. Tue May 10 16:22:28 TypeError: db.stats.insert is not a function (shell):1
  5. > db.stat.insert(doc)
  6. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement