2010-12-23 10 views

Antwort

3

Sollte

db.things.find({ name : { $exists : false } }); // return if name is missing 
Verwandte Themen