jupyter-mongo

使用mongo

进去

mongo

使用那些db,collection

show dbs
show tables
use ''
use''

创建新表

db.createCollection('str')

复制新表
复制的时候很慢

db.sheetname.copyTo('')

注意事项!

jupyter-mongo_第1张图片
QQ图片20161104120139.png

https://zhidao.baidu.com/question/2139222815965483028.html
getCollection('201405081400')

jupyter

注意里面的数字要用[]

jupyter-mongo_第2张图片
PX8F0)1%E`SI01QGC`2UP%D.png

你可能感兴趣的:(jupyter-mongo)