mongodb_增刪改語句

 insert  向集合中插入文檔 db.collection.insert({field1:string},{field2:int},{field3:list},{field4:dict}) 向集合中插入一條文檔 db.collection.insertOne({key:value}) 向集合中插入多條文檔 db.collection.insertMany([{key:value},{k
相關文章
相關標籤/搜索