check for blank value then update the table:
select * from MANOPS where Qty_Made_in_Op_Time = '' update MANOPS set Qty_Made_in_Op_Time = --enter correct quantity where Qty_Made_in_Op_Time = ''
The system throws a divide by zero error when I view a Route detail. Why is this?
check for blank value then update the table:
select * from MANOPS where Qty_Made_in_Op_Time = '' update MANOPS set Qty_Made_in_Op_Time = --enter correct quantity where Qty_Made_in_Op_Time = ''