mongodb常用命令

时间:2017-12-17 11:01:50
【文件属性】:

文件名称:mongodb常用命令

文件大小:23KB

文件格式:DOCX

更新时间:2017-12-17 11:01:50

mongodb 命令 droptable

Create table users(a int, b int) db.createCollection("mycoll", {capped:true, size:100000}) 另:可隐式创建表。 创建表; Create INDEX idxname ON users(name) db.users.ensureIndex({name:1}) 创建索引;


网友评论

  • 要是有doc或者pdf版就更好了