Arithmetic overflow error converting numeric to data type numeric

后端 未结 5 1352
灰色年华
灰色年华 2020-12-08 18:06

I keep getting this error message everytime I run this query:

Msg 8115, Level 16, State 8, Line 33
Arithmetic overflow error converting numeric to data type          


        
5条回答
  •  一生所求
    2020-12-08 18:44

    check your value which you want to store in integer column. I think this is greater then range of integer. if you want to store value greater then integer range. you should use bigint datatype

提交回复
热议问题