データを「人口統計.教育」列から「人口統計.学校」に移動したいと考えています。どうすればこれを行うことができますか?
例えば:
db.users.update({"demographic.education":{$exists: true, $ne: ""}}, {$set: {"demographic.school":demographic.education}})
データを「人口統計.教育」列から「人口統計.学校」に移動したいと考えています。どうすればこれを行うことができますか?
例えば:
db.users.update({"demographic.education":{$exists: true, $ne: ""}}, {$set: {"demographic.school":demographic.education}})