Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 mongo shell 需要添加到更新/删除查询的内容还返回受查询影响的行数。
我认为没有办法直接从电话中获取该号码,但您可以在之后拨打以下电话:
db.runCommand({getLastError: 1})
这将返回一个 json 对象。该对象中的“n”键将告诉您受影响的文档数量:
{ "updatedExisting" : true, "n" : 1, "connectionId" : 26, "err" : null, "ok" : 1 }