I have a column in my database that lists prices for shirts. That price will be increased by $5 at the end of the month.
I’d like to write a query that will take the existing value in the “price” column, and add $5 to it.
Can someone help me with that?
I’d like to write a query that will take the existing value in the “price” column, and add $5 to it.
Can someone help me with that?
Comment