db.products.findAndModify({
{ "category": "Driver" },
{ $set: { "category": "Vehicle" } }
});
thank you brother....i will try this just right now
Обсуждают сегодня