Demo Table: orders
orderid amount disc_amt actual_amount
1000 500 100 500
2000 600 200 600
3000 400 200 400
Now I am having a requirement that to update actual_amount of each order that is subtracted by disc_amt.
I want to know what should be the update query?
Please Help.
Thanks
Kaushal.
