I want to add together two numerical values in my database (STOCKVOLUME and UNITS) and insert the result into a different field in a column (NEWVAL). I want this code to do this for every row in the database.I want to add together two numerical values in