I have several columns in a MySQL database that I would like to add and store in another column:
column1 column2 column3 subtotal 10 10
update yourtable set subtotal = col1 + col2 + col3