MongoDB
 sql >> Database >  >> NoSQL >> MongoDB

MongoDB:come confrontare $ dimensione dell'array con un altro elemento del documento?

Puoi usare un $where domanda:

db.turnys.find({ $where: "this.users.length == this.seats" })