收藏
回答

云数据库 类型装换 没有 $.convert $.toInt ?

db.collection('todo').aggregate().addFields({

    suid : $.convert({'input': '$uid', 'to': 'String'}),

    })

uid 本身是Number , MongoDB中类型转换的$.convert $.toInt 都提示TypeError: $.convert is not a function

请教云数据库的字段怎么进行类型转换?



回答关注问题邀请回答
收藏
登录 后发表内容