时间:2021-07-01 10:21:17 帮助过:5人阅读
db.createCollection(name, options)
db.createCollection("stu")
db.createCollection("sub", { capped : true, size : 10 } )
show collections
db.集合名称.drop()
MongoDB 1.3. 集合操作
标签:sub mon false rop 集合 mongod 设置 使用 单位