I have a database table which contains prices. I want to increase the price of every product in my store by 5%. Without manually editing every single record, is there a command I can execute which will automatically go in, retrieve the current prices, calculate the new prices and then update the column (or create the new value in a new column)?
Thanks!
Rick