다음 형식의 기존 컬렉션
이제 각 objectiveQuestions 요소에 score 필드를 추가하고 초기 값 2을 지정해야 합니다. update 문
objectiveQuestions
score
2
update
业精于勤,荒于嬉;行成于思,毁于随。
加个 multi: true
multi: true
http://docs.mongodb.org/manual/reference/method/db.collection.update/
update({},{"$setOnInsert":{'score': 2}}, True, True)
加个
으아아아multi: true
http://docs.mongodb.org/manual/reference/method/db.collection.update/
update({},{"$setOnInsert":{'score': 2}}, True, True)