In mongo shell how would I delete all occurrences of "id" : "1" the value of the field is always different. Would I use the $unset operator? Would that delete the value and the field?
In mongo shell how would I delete all occurrences of id : 1 the
Share
You’re saying remove all occurrences of the field, right? If so, then it should be like this: