I need to iterate the records somehow and update each record separetly.

For example i want to decrease each column# ordertotal for 10% while they have different values. One can be $100, another $200, 120, 140$ etc. etc.

Thanks!