My update query executes but doesn't update

Posted by Kindson on Stack Overflow See other posts from Stack Overflow or by Kindson
Published on 2010-05-27T09:39:27Z Indexed on 2010/05/27 9:41 UTC
Read the original article Hit count: 174

Filed under:
|

I have this update query.

UPDATE production_shr_01 SET total_hours = hours, total_weight = weight, percentage = total_hours / 7893.3 WHERE (status = 'X')

The query executes fine but the problem is that when this query executes, it doesn't update the percentage field. What might be the problem?

© Stack Overflow or respective owner

Related posts about sql

Related posts about vb.net