Answers for "mongodb concat string"

0

mongodb concat string

db.inventory.aggregate(   [      { $project: { itemDescription: { $concat: [ "$item", " - ", "$description" ] } } }   ])
Posted by: Guest on April-05-2021

Browse Popular Code Answers by Language