MongoDB學習筆記

數據庫的創建 use dbname Insert insertOne:插入一條數據到collection中 db.inventory.insertOne( { item: "canvas", qty: 100, tags: ["cotton"], size: { h: 28, w: 35.5, uom: "cm" } } ) insertMany:插入多條數據到collection中 db
相關文章
相關標籤/搜索