使用mongo
进去
mongo
使用那些db,collection
show dbs
show tables
use ''
use''
创建新表
db.createCollection('str')
复制新表
复制的时候很慢
db.sheetname.copyTo('')
注意事项!
https://zhidao.baidu.com/question/2139222815965483028.html
getCollection('201405081400')
jupyter
注意里面的数字要用[]