如何删除名为“ group”的MySQL集合?
该组是MongoDB中的一种方法。不应将其创建为集合名称。即使创建了它,也可以使用getCollection('group')。drop();)轻松删除它。首先让我们创建一个包含文档的集合-
> db.createCollection('group');
{ "ok" : 1 }
> db.getCollection('group').insertOne({"StudentName":"Chris"});
{
"acknowledged" : true,
"insertedId" : ObjectId("5cb80fe9623186894665ae3c")
}
> db.getCollection('group').insertOne({"StudentName":"Robert"});
{
"acknowledged" : true,
"insertedId" : ObjectId("5cb80fef623186894665ae3d")
}以下是在find()方法的帮助下显示集合中所有文档的查询-
> db.getCollection('group').find().pretty();这将产生以下输出-
{ "_id" : ObjectId("5cb80fe9623186894665ae3c"), "StudentName" : "Chris" }
{ "_id" : ObjectId("5cb80fef623186894665ae3d"), "StudentName" : "Robert" }以下是删除名为“group”的集合的查询-
> db.getCollection('group').drop();这将产生以下输出-
True
热门推荐
10 儿子立冬祝福语简短独特
11 对当兵的祝福语简短
12 侄儿高考试祝福语简短
13 伴郎红包祝福语朋友简短
14 媳妇生日简短祝福语朋友
15 公司年会祝福语简短最好
16 元旦感恩祝福语简短大全
17 红包祝福语简短10字
18 周六早晨祝福语简短