Hi
I need to update all the prices I have in my database with 25%, how can I do that?
/Best Regards
update pricetable set price = price*1.25