MongoDB
 sql >> Datenbank >  >> NoSQL >> MongoDB

Wie finde ich ein Dokument anhand von Teilen der ObjectId?

Ich denke, Sie können $where so:

db.transaction.find({ $where: "this._id.str.match(/.*0577/)" })