SQL Server : Arithmetic overflow error converting expression to data type int

前端 未结 6 1469
说谎
说谎 2020-12-29 18:17

I\'m getting this error

msg 8115, level 16, state 2, line 18
Arithmetic overflow error converting expression to data type int.

6条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-29 18:42

    On my side, this error came from the data type "INT' in the Null values column. The error is resolved by just changing the data a type to varchar.

提交回复
热议问题