SQL SERVER从数据类型nvarchar转换为bigint时出错,如何解决。。

2025-03-29 10:43:07
推荐回答(1个)
回答1:

把‘11’换成11 如果不行,进行转换
1;convert(bingint,'11')
2:cast('11' as bigint)