I know that a database is used to stre data in, but I have a little problem.
I have a a column with prices for my online store, now I want to change all the prices with a certain a som of 1.5
example:
Normal the column prices has a value for ie: 1,95, this should be changed to 2,04 (round on 2 decimals)
What can I do?
Use a query tool, like the MySQL command line client, the Query browser, or even phpMyAdmin and issue this statement
assuming your table is called
productand your column is calledprice