参考 > MongoDB CRUD操作 > 更新文件
此页面提供以下示例:
该页面使用以下mongo
shell方法:
db.collection.updateOne(<filter>, <update>, <options>)
db.collection.updateMany(<filter>, <update>, <options>)
db.collection.replaceOne(<filter>, <update>, <options>)
此页面上的示例使用该
inventory
集合。要创建和/或填充
inventory
集合,请运行以下命令:
该页面使用MongoDB Compass更新文档。
此页面上的示例使用该inventory
集合。inventory
用以下文档填充集合:
此页面使用以下PyMongo Python驱动程序方法:
pymongo.collection.Collection.update_one()
pymongo.collection.Collection.update_many()
pymongo.collection.Collection.replace_one()
此页面上的示例使用该
inventory
集合。要创建和/或填充
inventory
集合,请运行以下命令:
该页面使用以下Java同步驱动程序方法:
此页面上的示例使用该
inventory
集合。要创建和/或填充
inventory
集合,请运行以下命令:
该页面使用以下MongoDB Node.js驱动程序方法:
此页面上的示例使用该
inventory
集合。要创建和/或填充
inventory
集合,请运行以下命令:
此页面使用以下 MongoDB PHP库方法:
此页面上的示例使用该
inventory
集合。要创建和/或填充
inventory
集合,请运行以下命令:
该页面使用以下电动机 驱动器方法:
motor.motor_asyncio.AsyncIOMotorCollection.update_one()
motor.motor_asyncio.AsyncIOMotorCollection.update_many()
motor.motor_asyncio.AsyncIOMotorCollection.replace_one()
此页面上的示例使用该
inventory
集合。要创建和/或填充
inventory
集合,请运行以下命令:
该页面使用以下Java Reactive Streams驱动程序方法:
此页面上的示例使用该
inventory
集合。要创建和/或填充
inventory
集合,请运行以下命令:
该页面使用以下MongoDB C#驱动程序方法:
此页面上的示例使用该
inventory
集合。要创建和/或填充
inventory
集合,请运行以下命令:
该页面使用以下 MongoDB Perl驱动程序方法:
此页面上的示例使用该
inventory
集合。要创建和/或填充
inventory
集合,请运行以下命令:
此页面使用以下MongoDB Ruby驱动程序方法:
此页面上的示例使用该
inventory
集合。要创建和/或填充
inventory
集合,请运行以下命令:
此页面使用以下 MongoDB Scala驱动程序方法:
此页面上的示例使用该
inventory
集合。要创建和/或填充
inventory
集合,请运行以下命令:
此页面使用以下MongoDB Go驱动程序功能:
此页面上的示例使用该
inventory
集合。要创建和/或填充
inventory
集合,请运行以下命令: