我是 mongo db 的新手,所以这是我在尝试通过控制台在 mongodb 中将名称更改为大写时遇到以下错误的问题。这是查询:
t.aggregate([{$project:{name:{$toUpper:"$_id"} , _id:0}}])
另外,我手动插入了所有以“_id”为名称的字段,例如“_id”:“joe”
提前致谢
我是 mongo db 的新手,所以这是我在尝试通过控制台在 mongodb 中将名称更改为大写时遇到以下错误的问题。这是查询:
t.aggregate([{$project:{name:{$toUpper:"$_id"} , _id:0}}])
另外,我手动插入了所有以“_id”为名称的字段,例如“_id”:“joe”
提前致谢