Changing data type error
hi everyone,
When i try to do the calculation through this column,
select ([Min] * 0.45) AS Total
FROM BOM
it give me this error msg.
Server: Msg 8115, Level 16, State 8, Line 9
Arithmetic overflow error converting numeric to data type numeric.
Please help!!!!!!
|