UPDATE Adding values
Posted: Wed Aug 14, 2002 10:10 am
I have to update a table where a field is numeric. I want to update that field adding 4 to that field. For example, if I have the number 100, when the table is updated, the field shuold be 104. If the field has the value 800, after updating the value should be 804. Hoy can I do that with an SQL UPDATE Statement?
I hope my explanation had been clear.
I hope my explanation had been clear.