Arithmetic overflow during implicit conversion of INT value '11111' to a NUMERIC field .
数据库设计为:字段名numeric(5,2)
输入11111,报错如上
博客指出在数据库中,将INT值'11111'隐式转换为NUMERIC字段时出现算术溢出错误。数据库设计字段为numeric(5,2),输入11111就会报错。
Arithmetic overflow during implicit conversion of INT value '11111' to a NUMERIC field .
数据库设计为:字段名numeric(5,2)
输入11111,报错如上
5910
1821

被折叠的 条评论
为什么被折叠?
