79203156

Date: 2024-11-19 11:10:12
Score: 1.5
Natty:
Report link

If you need just copy original field value:

db.collection.updateMany(
{},
[
    {"$set": {"field_2": { "$concat": ["$field_1", ""]}}}
]

)

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sergei Dokshin