db.collectionName.find({_id:{$exists:true}}).forEach(function(x){
x.Number=x.Number+"";
db.collectionName.save(x);
});
db.collectionName.find({_id:{$exists:true}}).forEach(function(x){
x.Number=x.Number+"";
db.collectionName.save(x);
});
本文标题:2021-07-01 将MongoDB里面的数字转为字符型
本文链接:https://www.haomeiwen.com/subject/mvtsultx.html
网友评论