The SQL Server throws the error because we are trying to store 1000 but the maximum value a NUMERIC (5,2) can hold is 999 before the decimal ...
確定! 回上一頁