Aller au contenu

MongoDB Compass

De Banane Atomic

Search

// by id
{ "_id": ObjectId("000xxx000") }

Sort

// by id descending
{ "_id": -1 }