As expected, the query is easy once you know how. Here's the syntax, in python: db["my_collection"].update( { "_id": ObjectId(document_id) } ...
確定! 回上一頁